{
"Comment": "Hello World Main",
"StartAt": "HelloWorldMain",
"States": {
"HelloWorldMain": {
"Type": "Task",
"Resource": "arn:aws:states:::states:startExecution.sync:2",
"HeartbeatSeconds": 60,
"Parameters": {
"StateMachineArn":"arn:aws:states:us-west-2:661617860809:stateMachine:HelloWorld",
"Input": {
"Comment":"Hello world!",
"AWS_STEP_FUNCTIONS_STARTED_BY_EXECUTION_ID.$": "$$.Execution.Id"
}
},
"End": true
}
}
}
2021-01-16 00:20:41.265: arn:aws:states:us-east-1:123456789012:execution:ApplicationApproval-Dev:460b67cc-a770-4e47-a78d-b04d14cb8712 : {"Type":"ExecutionFailed","PreviousEventId":24,"ExecutionFailedEventDetails":{"Error":"States.Runtime","Cause":"An error occurred while scheduling the state 'ApplicationScreeningWorkflow'. The provided ARN 'arn:aws:states:us-east-1:123456789012:states:startExecution.sync:2' is invalid."}}
Execution ARN:
This is a (Bug Report)
Description
For bug reports:
sync:2is working and same behavior as the StepFunctions in AWS consoleFor feature proposals:
Similar or dependent issues:
Additional Data