awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 مستودعات

Awesome GitHub RepositoriesWorkflow Execution State Persisters

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.

Awesome Workflow Execution State Persisters GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • inngest/inngestالصورة الرمزية لـ inngest

    inngest/inngest

    5,499عرض على GitHub↗

    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.

    Go
    عرض على GitHub↗5,499
  • maiot-io/zenmlالصورة الرمزية لـ maiot-io

    maiot-io/zenml

    5,452عرض على GitHub↗

    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.

    Python
    عرض على GitHub↗5,452
  • zenml-io/zenmlالصورة الرمزية لـ zenml-io

    zenml-io/zenml

    5,451عرض على GitHub↗

    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.

    Pythonagentopsagentsai
    عرض على GitHub↗5,451
  • ros-navigation/navigation2الصورة الرمزية لـ ros-navigation

    ros-navigation/navigation2

    4,373عرض على GitHub↗

    Navigation2 هو إطار عمل ملاحة ROS 2 للروبوتات المتنقلة الذاتية. يوفر الهوية الأساسية لمخطط المسار، ونظام إدارة خرائط التكلفة، ووحدة تحكم الحركة الحركية، ومنسق شجرة السلوك لحساب المسارات الخالية من التصادم وتنفيذ أوامر الحركة. يتميز إطار العمل باستخدامه لأشجار السلوك لتنسيق خوادم المهام النمطية، مما يتيح إجراءات ملاحة معقدة وإجراءات استرداد ذاتية. يدعم بنية قائمة على الإضافات تسمح بتبديل المخططات ووحدات التحكم أثناء التشغيل للتكيف مع البيئات المختلفة. يغطي النظام مجموعة واسعة من القدرات، بما في ذلك تخطيط المسار العالمي والمحلي، و 2D SLAM، والتوطين القائم على الخريطة، ونمذجة البيئة عبر خرائط التكلفة القائمة على الشبكة. يدير التحكم في الحركة لمختلف حركيات مجموعة نقل الحركة ويدمج أنظمة السلامة لمراقبة التصادم ومنع الطوارئ. تشمل ميزات التنسيق الإضافية تسلسل نقاط الطريق متعددة الوجهات، وتتبع الهدف الديناميكي، وإجراءات الإرساء الآلي. يستخدم إطار العمل مكونات مدارة دورة الحياة لتنسيق بدء التشغيل، والإيقاف، ومراقبة صحة خوادمه التشغيلية.

    Persists progress and enables pausing and resuming of behaviors across system restarts.

    C++navigationroboticsros2
    عرض على GitHub↗4,373
  • vercel/workflowالصورة الرمزية لـ vercel

    vercel/workflow

    1,718عرض على GitHub↗

    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.

    TypeScript
    عرض على GitHub↗1,718
  • jruizgit/rulesالصورة الرمزية لـ jruizgit

    jruizgit/rules

    1,293عرض على GitHub↗

    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.

    JavaScriptbusiness-rulesdurable-rulesevents
    عرض على GitHub↗1,293
  • paed01/bpmn-engineالصورة الرمزية لـ paed01

    paed01/bpmn-engine

    961عرض على GitHub↗

    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.

    JavaScriptbpmnbpmn-enginejavascript
    عرض على GitHub↗961
  1. Home
  2. Development Tools & Productivity
  3. Database Session Management
  4. Session State Persistence
  5. Execution State Persistence
  6. Workflow Execution State Persisters

استكشف الوسوم الفرعية

  • Workflow Execution State Managers1 وسم فرعيPersists intermediate data, logs, and metadata across runs to enable auditability and retrieval of past results. **Distinct from Workflow Execution State Persisters:** Distinct from Workflow Execution State Persisters: focuses on the management and retrieval of state for auditability rather than just the persistence mechanism.