Starting state machine executions in Step Functions
A state machine execution occurs when an AWS 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
-
Start an execution in the Step Functions console.
You can start a state machine in the console, watch the execution, and debug failures.
-
Call the StartExecution API action.
-
Use Amazon EventBridge to start an execution in response to an event.
-
Use Amazon EventBridge Scheduler to start a state machine execution on a schedule.
-
Start a nested workflow execution from a Task state.
-
Start an execution with Amazon API Gateway.
Tip
To learn how to monitor running executions, see the tutorial: Examining state machine executions in Step Functions