stepSnapshot

stepSnapshot
stepSnapshot

The step snapshot

AllOf
This class requires all of the following:
JSON Example
{
    "nextStepId": "nextStepId",
    "description": "description",
    "inBindings": {
        "key": {
            "defaultValue": "{}",
            "format": "format",
            "exportName": "exportName"
        }
    },
    "conditions": [
        {
            "name": "name",
            "nextStepId": "nextStepId",
            "value": "{}"
        },
        {
            "name": "name",
            "nextStepId": "nextStepId",
            "value": "{}"
        }
    ],
    "outBindings": {
        "key": {
            "name": "name",
            "format": "format"
        }
    },
    "id": "string"
}
Property Of