'parameters' not coming through in Step Functions TaskProps #5267
Labels
@aws-cdk/aws-stepfunctions
Related to AWS StepFunctions
bug
This issue is a bug.
good first issue
Related to contributions. See CONTRIBUTING.md
language/python
Related to Python bindings
needs-triage
This issue or PR still needs to be triaged.
Related to #4815, which is meant to provide this functionalilty.
Reproduction Steps
Using this test as a guide, I created the following simplified stack in python:
I get the following printed when I synthesize:
As you can see, the same
parameters
came through just fine in theaws_stepfunctions.Pass
state, but did not come through in the rendered json for theaws_stepfunctions.Task
state.Error Log
Environment
Other
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: