Executions in Step Functions
A state machine execution occurs when an Amazon Step Functions state machine runs
and performs its tasks. Each Step Functions state machine can have multiple simultaneous executions,
which you can initiate from the Step Functions
console
-
Call the
StartExecution
API action. -
Start a new execution in the Step Functions console.
-
Use Amazon EventBridge to start an execution in response to an event or on a schedule.
-
Start an execution with Amazon API Gateway.
-
Start a nested workflow execution from a
Task
state.
For more information about the different ways of working with Step Functions, see Development Options.