Glossary
| Term | Meaning |
|---|---|
| Activity | Versioned automated work executed by a leased handler |
| Binding | JSONPath selection of durable data in a JSON workflow |
| Blocked | Healthy wait for durable external work |
| Command | Obligation created by a decision |
| Continue as new | Atomic close of a run and creation of its successor |
| Digest / fingerprint | Integrity assertion for a published code + version |
| Drive | Replay the workflow until the next unresolved await |
| Fencing | claimGeneration that rejects stale workers |
| History | Append-only ordered events for a run |
| LegacyWorkflowEngine | Graph compatibility runtime |
| Operation key | Stable identity of a durable await |
| Redrive | Audited re-evaluation of a failed or stuck run |
| Replay | Invoke the workflow from the top using recorded results |
| Run | One execution of a version-pinned definition |
| Saga | Reverse-order compensation of completed steps |
| Signal | Unassigned external event |
| User task | Assigned durable work with a typed response |
| WorkflowModule | Installable list of definitions and handlers |
| WorkflowRuntime | Canonical durable orchestrator |