Skip to content

"Result" object not handled correctly #68

@pauljura

Description

@pauljura

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"
        },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions