2 रिपॉजिटरी
Structures for encapsulating business logic into serializable functions that maintain state across distributed operations.
Distinct from Workflow Definitions: Distinct from Workflow Definitions: focuses on the serializable function-based approach to logic definition rather than declarative task chaining.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Serializable Process Definitions. Refine with filters or upvote what's useful.
Temporal is a distributed workflow orchestration engine designed to manage fault-tolerant, stateful, and long-running background processes. It functions as a platform for coordinating complex cross-service operations, ensuring consistency and reliability in distributed environments by decoupling workflow orchestration from task execution. The platform distinguishes itself through a deterministic, event-sourced execution model that reconstructs workflow state by re-executing code from an immutable event log. This approach isolates non-deterministic side effects into managed activities, allowin
Encapsulates business processes into serializable functions that maintain state and execution flow across long-running distributed operations.
Zeebe is a cloud-native workflow engine and distributed state machine designed for business process orchestration using BPMN and DMN standards. It operates as a high-performance gRPC workflow runtime that executes complex business processes through a partitioned event-streaming architecture. The system also functions as an orchestrator for large language model agents, coordinating AI reasoning and tool use within deterministic business processes. The engine is distinguished by its peer-to-peer broker networking and a consensus-based data replication model that ensures high availability and fa
Allows uploading process and decision files to the execution cluster for immediate runtime use.