workflow-automation / library
Temporal
Capability: Temporal
Use it when
- run durable multi-step workflows that must resume after process failure
- coordinate retries, timers, human waits, and long-running business processes
What it solves
Not the fit when
- heavier than a simple queue for short stateless jobs
Install
brew install temporal && temporal server start-dev
Invoke
Define a workflow and activities with a Temporal SDK, start a worker, then execute the workflow with a stable workflow id.
Alternatives
No reviewed alternatives recorded yet.