Skip to content

awsstepfunctionstasks: Start a Child Step Function using its ARN #34650

@heathedavid

Description

@heathedavid

Describe the feature

Allow StepFunctionsStartExecutionProps to take an ARN to the child step function as well as the actual Step Function.

Use Case

I have a Step Function which can discover Child Step Functions through ARN's registered in the Parameter Store.

However, currently the only way to call the child - is to explicitly create it and pass to StepFunctionsStartExecutionProps - This means every time a new Child Step function is added (in its own Repo) - The parent Step Function has to be modified and redeployed.

Proposed Solution

Allow StepFunctionsStartExecutionProps to take a ARN for the child Step Function (passed in as a parameter through JSONPath or JSONata)

Other Information

No response

Acknowledgements

  • I may be able to implement this feature request
  • This feature might incur a breaking change

AWS CDK Library version (aws-cdk-lib)

empty

AWS CDK CLI version

2.1018.0 (build e629e30)

Environment details (OS name and version, etc.)

macOS Sequoia 15.5

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions