Skip to main content

Crate fakecloud_stepfunctions

Crate fakecloud_stepfunctions 

Source

Modules§

choice
error_handling
interpreter
intrinsics
Amazon States Language intrinsic functions.
io_processing

Structs§

Activity
AliasRoute
Execution
StateMachine
StateMachineAlias
StateMachineVersion
StepFunctionsService
StepFunctionsSnapshot
StepFunctionsState
TaskTokenState

Enums§

StateMachineStatus
StateMachineType

Constants§

STEPFUNCTIONS_SNAPSHOT_SCHEMA_VERSION

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§

SharedServiceRegistry
Handle to the central service registry, set by main.rs after every service has been registered. Wrapped in OnceLock so StepFunctionsService can be constructed (and registered into the very registry it later reads back) before the registry itself is finalized. The interpreter snapshots the inner Arc when it needs to dispatch generic aws-sdk:* Task integrations.
SharedStepFunctionsState