Skip to content

Glossary

TermMeaning
ActivityVersioned automated work executed by a leased handler
BindingJSONPath selection of durable data in a JSON workflow
BlockedHealthy wait for durable external work
CommandObligation created by a decision
Continue as newAtomic close of a run and creation of its successor
Digest / fingerprintIntegrity assertion for a published code + version
DriveReplay the workflow until the next unresolved await
FencingclaimGeneration that rejects stale workers
HistoryAppend-only ordered events for a run
LegacyWorkflowEngineGraph compatibility runtime
Operation keyStable identity of a durable await
RedriveAudited re-evaluation of a failed or stuck run
ReplayInvoke the workflow from the top using recorded results
RunOne execution of a version-pinned definition
SagaReverse-order compensation of completed steps
SignalUnassigned external event
User taskAssigned durable work with a typed response
WorkflowModuleInstallable list of definitions and handlers
WorkflowRuntimeCanonical durable orchestrator

See Also