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
{
"stateMachineArn": "stateMachineArn",
}
Output
{
"name":"value"
}