Skip to content

CallScenario#

Execute another scenario

Name Description Mandatory Type Possible Values Default Value
name Name of the scenario to execute Y String

Example#

{
    "type": "CallScenario",
    "settings": {
        "name": "AnotherScenario"
    },
    "next": "NextStep"
}