Modules§
- choice
- error_
handling - interpreter
- intrinsics
- Amazon States Language intrinsic functions.
- io_
processing
Structs§
- Activity
- Alias
Route - Execution
- State
Machine - State
Machine Alias - State
Machine Version - Step
Functions Service - Step
Functions Snapshot - Step
Functions State - Task
Token State
Enums§
Constants§
Functions§
- reconcile_
interrupted_ executions - Abort executions that were RUNNING (or PENDING_REDRIVE) when the server stopped, called once after a persistence snapshot is loaded on startup.
- start_
execution_ from_ delivery - Start a Step Functions execution from a cross-service delivery (e.g. EventBridge).
Type Aliases§
- Shared
Service Registry - Handle to the central service registry, set by
main.rsafter every service has been registered. Wrapped inOnceLocksoStepFunctionsServicecan be constructed (and registered into the very registry it later reads back) before the registry itself is finalized. The interpreter snapshots the innerArcwhen it needs to dispatch genericaws-sdk:*Task integrations. - Shared
Step Functions State