Cadence is a distributed, scalable, fault-tolerant workflow orchestration engine developed by Uber for executing long-running business logic as durable, stateful workflows that survive process and infrastructure failures.
Cadence — Distributed Workflow Execution Engine by Uber
Cadence is a distributed, scalable, fault-tolerant workflow orchestration engine developed by Uber for executing long-running business logic as durable, stateful workflows that survive process and infrastructure failures.
Instalación lista para agent
Este activo puede instalarse después de elegir el runtime, revisar el plan y ejecutar el comando correspondiente.
npx -y tokrepo@latest install 7e8ba100-46eb-11f1-9bc6-00163e2b0d79 --target codexEjecutar después de confirmar el plan con dry-run.
Discusión
Activos relacionados
Restate — Durable Execution Engine for Distributed Applications
Restate is an open-source durable execution engine that makes distributed applications reliable without complex infrastructure. It provides persistent function state, reliable RPC, and workflow orchestration with a lightweight runtime written in Rust.
Temporal — Durable Workflow Execution Platform
Temporal is an open-source platform for building reliable distributed applications. It provides durable execution — your workflow code runs reliably even through failures, restarts, and deployments — making complex business processes simple to build and maintain.
Orla — Execution Engine for Agentic Workflows
Orla is a runtime/library for multi-stage agentic workflows and routing; verified 244★ and ships a daemon plus Python SDK (`pyorla`).
ts-node — TypeScript Execution and REPL for Node.js
ts-node is a TypeScript execution engine for Node.js that JIT-compiles TypeScript to JavaScript, enabling direct execution without a separate build step. It includes a full REPL and integrates with the Node.js module system.