Step Functions: Step Functions StartExecution Exception

0

I am trying to prototype a pipeline that uses nested workflows in order to build a data processing pipeline. My POC is very very basic.

  1. Parent workflow has one state, call the child workflow
  2. The child/nested workflow invokes a lambda.

The above was created via the web console to get things working before moving to SAM. The Child Workflow in (2) above works when starting the execution manually via the console.

However, when attempting to start the execution of the Parent Step Function manually, I can't get past the following error:

Enter image description here

I added the Step Functions Full Access to the IAM role used by the parent Step Functions but that did not resolve the issue.

What do I need to set in order to allow a "parent" Step Function to call and leverage nested/child step functions. In the future I plan on doing more advanced operations like Map, etc., so I am simply trying to sort out the core bits needed via this painfully simple POC building out my solution.

Thanks in advance.

1개 답변
0
수락된 답변

If you sure you have enough access in place then review state machine definition since I have same issue then I found out that I had put wrong state machine arn in the state machine definition.

AWS
답변함 일 년 전
  • That is precisely what happened. I must have deleted the step and replaced the node within the Workflow Builder, and the step has the placeholder reference to a non-existent SFN. Simple oversight that became obvious when I got outside of the Builder and looked at the ASL code.

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠