Execute State Machine
Activity | ExecuteStateMachine |
---|---|
Description | Execute another statemachine |
Input :
PropertyName | Type | Required | Default Value | Description |
---|---|---|---|---|
stateMachineArn | STRING | YES | Arn of the state machine to execute |
Output
The Statemachine output
Example1: Execute a state machine
Input
JSON
{
"stateMachineArn": "stateMachineArn",
}
Output
JSON
{
"name":"value"
}