7 रिपॉजिटरी
Mechanisms for persisting function progress across steps and retries to ensure reliable completion.
Distinct from Execution State Persistence: Distinct from Execution State Persistence: focuses on workflow-specific step-by-step persistence rather than general script memory state.
Explore 7 awesome GitHub repositories matching development tools & productivity · Workflow Execution State Persisters. Refine with filters or upvote what's useful.
Inngest is a durable execution framework and event-driven automation engine designed to orchestrate background workflows. It enables developers to build resilient, stateful processes by memoizing function steps, ensuring that long-running tasks can automatically resume from the last successful operation after failures, timeouts, or infrastructure restarts. The platform distinguishes itself through its event-driven architecture, which uses a schema-validated bus to trigger functions and coordinate complex, multi-step logic. It employs an onion-model middleware approach for cross-cutting concer
Persists function progress across steps, retries, and deployments to ensure reliable completion of complex workflows.
ZenML is an extensible machine learning orchestration framework designed to manage the end-to-end lifecycle of data pipelines and AI agent workflows. It functions as a durable orchestrator that executes machine learning tasks as directed acyclic graphs, ensuring that every step is containerized for consistent performance across local, cloud, and hybrid infrastructure. By decoupling pipeline code from underlying compute and storage backends, the platform allows developers to define infrastructure-agnostic stacks that remain portable across diverse environments. The project distinguishes itself
Persists intermediate data, logs, and metadata across runs to enable auditability and retrieval of past results.
ZenML is an orchestration platform designed for building, deploying, and monitoring reproducible machine learning pipelines and agentic workflows. It provides a unified framework that manages the entire lifecycle of machine learning assets, from data processing and model training to the deployment of persistent inference services. By decoupling pipeline logic from underlying compute and storage, the platform enables teams to transition workflows seamlessly from local development environments to production-grade cloud infrastructure. The platform distinguishes itself through a service-oriented
Persists function progress and intermediate states across pipeline steps and retries to ensure reliable workflow completion.
Navigation2 स्वायत्त मोबाइल रोबोट के लिए एक ROS 2 नेविगेशन फ्रेमवर्क है। यह टक्कर-मुक्त मार्ग की गणना करने और आंदोलन कमांड निष्पादित करने के लिए पथ योजनाकार, कॉस्टमैप प्रबंधन प्रणाली, काइनेमेटिक मोशन कंट्रोलर और बिहेवियर ट्री ऑर्केस्ट्रेटर की मुख्य पहचान प्रदान करता है। यह फ्रेमवर्क मॉड्यूलर टास्क सर्वर को समन्वित करने के लिए बिहेवियर ट्री के उपयोग द्वारा प्रतिष्ठित है, जो जटिल नेविगेशन दिनचर्या और स्वायत्त रिकवरी क्रियाओं को सक्षम बनाता है। यह एक प्लगइन-आधारित आर्किटेक्चर का समर्थन करता है जो विभिन्न वातावरणों के अनुकूल होने के लिए रनटाइम पर प्लानर्स और कंट्रोलर्स को बदलने की अनुमति देता है। यह सिस्टम क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है, जिसमें वैश्विक और स्थानीय पथ योजना, 2D SLAM और मानचित्र-आधारित स्थानीयकरण, और ग्रिड-आधारित कॉस्टमैप के माध्यम से पर्यावरणीय मॉडलिंग शामिल है। यह विभिन्न ड्राइवट्रेन काइनेमेटिक्स के लिए गति नियंत्रण का प्रबंधन करता है और टक्कर निगरानी और आपातकालीन रोकथाम के लिए सुरक्षा प्रणालियों को शामिल करता है। अतिरिक्त ऑर्केस्ट्रेशन सुविधाओं में मल्टी-डेस्टिनेशन वेपॉइंट अनुक्रमण, गतिशील लक्ष्य ट्रैकिंग और स्वचालित डॉकिंग प्रक्रियाएं शामिल हैं। यह फ्रेमवर्क अपने परिचालन सर्वरों के स्टार्टअप, शटडाउन और स्वास्थ्य निगरानी को समन्वित करने के लिए लाइफसाइकिल-प्रबंधित घटकों का उपयोग करता है।
Persists progress and enables pausing and resuming of behaviors across system restarts.
Workflow is a platform for executing long-running, stateful processes that automatically persist progress and recover state after system interruptions. It functions as a durable orchestration engine designed to manage complex, multi-step asynchronous operations within distributed systems. The framework distinguishes itself through event-sourcing and checkpointing mechanisms that record execution steps as an immutable log, allowing for precise state reconstruction after failures. It provides sandboxed task isolation to run side-effect-heavy logic in restricted environments, ensuring that sensi
Persists function progress across steps and retries to ensure reliable completion of long-running processes.
This project is a business rules and complex event processing engine designed to manage logical decision-making and stateful workflows. It functions as a computational framework that evaluates incoming data streams and facts against conditional logic to derive new conclusions and trigger automated actions. The engine distinguishes itself through a combination of forward-chaining inference and deterministic state machine orchestration. It uses salience-based conflict resolution to prioritize rule execution and supports persistent contextual state tracking to manage long-running business proces
Maintains persistent data across rule executions to track entity progress and manage long-running business processes.
This project is a JavaScript-based workflow engine designed to execute business process models defined in standard XML. It functions as a stateful orchestrator that manages the lifecycle of complex processes by moving virtual tokens through tasks, gateways, and events. The engine provides a runtime environment for automating business logic, integrating external services, and coordinating human tasks within Node.js or browser-based applications. The engine distinguishes itself through its high degree of extensibility and state management capabilities. It allows developers to inject custom beha
Saves and recovers execution data to allow workflows to be paused, resumed, or rehydrated from serialized context sources.