Enum StateMachineType
Two types of state machines are available in AWS Step Functions: EXPRESS AND STANDARD.
STANDARD https://docs.aws.amazon.com/step-functions/latest/dg/concepts-standard-vs-express.html stable
Synopsis
Fields
EXPRESS | Express Workflows are ideal for high-volume, event processing workloads. |
STANDARD | Standard Workflows are ideal for long-running, durable, and auditable workflows. |
Fields
Name | Description |
---|---|
EXPRESS | Express Workflows are ideal for high-volume, event processing workloads. stable |
STANDARD | Standard Workflows are ideal for long-running, durable, and auditable workflows. stable |