durable-workflow/workflow
Core package for defining and running durable workflows and activities. Supports long-running persistent workflows, retries, queues, parallel execution, workflow monitoring, dedicated storage connections, and orchestration for microservices, data pipelines, sagas, agentic workflows, and other complex business processes. observed · 2026-09-03
Health v2 · maintenance only
100/100
- Activity 100
- Release rhythm 100
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 2
- age_days: 1651
- days_rel: 0
- days_push: 0
- n_releases_24m: 60
Adoption not part of the score
1237 stars · 78 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Durable Workflow (formerly Laravel Workflow) is a Laravel-native durable workflow engine for defining and running long-running, fault-tolerant workflows and activities in PHP. It persists orchestration state in the application's database, schedules work through Laravel queues, and supports retries, timers, signals, parallel execution, and sagas.
Use cases
- orchestrate long-running multi-step business processes in Laravel
- build AI agentic workflows with durable state
- implement saga patterns for distributed transactions
- run data pipelines that survive crashes and restarts
- wait for human approval or webhook events mid-workflow
- coordinate microservices with retries and parallel activities
When to choose
- you use Laravel and need orchestration that persists progress across restarts
- your process spans minutes, hours, or days and must wait on external events
- you need reliable retries and crash recovery without duplicating work
- you want workflow state stored in your own database using Laravel queues
When to avoid
- you only need a single independent background task - a Laravel queued job suffices
- you need a language-agnostic runtime outside PHP - consider the 2.0 Server or other engines
- your application does not use Laravel or a lock-capable cache driver
Facets
library · maturity active
workflow-automation scheduling message-queue microservices agent-framework backend developer-tools web-development php self-hosted durable-execution laravel saga-pattern workflow-engine orchestration event-sourcing background-jobs automation ai-agents web-server
5 sources
- readme: https://github.com/durable-workflow/workflow · fetched 2026-09-03 · 187ced432108
- homepage: https://durable-workflow.com · fetched 2026-08-29 · 748e7920d2d7
- site_page: https://durable-workflow.com/docs/introduction · fetched 2026-08-29 · b8c7df139a28
- site_page: https://durable-workflow.com/docs/2.0/introduction · fetched 2026-08-29 · 5d640216c639
- site_page: https://durable-workflow.com/docs/installation · fetched 2026-08-29 · 5b8f86863a63
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| durable-workflow/workflow | main | 100 |
For agents
markdown · JSON · MCP: product_card(name="durable-workflow/workflow")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem