-
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Hi, I was following the tutorial here: https://docs.aws.amazon.com/step-functions/latest/dg/tutorial-create-iterate-pattern-section.html
After importing the JSON, the "Pass" state that was:
"ConfigureCount": {
"Type": "Pass",
"Result": {
"count": 10,
"index": 0,
"step": 1
},
"ResultPath": "$.iterator",
"Next": "Iterator"
},
turns into:
"ConfigureCount": {
"Type": "Pass",
"ResultPath": "$.iterator",
"Result": "[object Object]",
"Next": "Iterator"
},
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels