--- alias: user-guide-automation-business-scenarios-building-structure-step-callscenario tags: - automation - connect iot description: "This documentation outlines how to run and manage predefined scenarios" --- # CallScenario Execute another scenario | Name | Description | Mandatory | Type | Possible Values | Default Value | | ---- | ------------------------------- | --------- | -------- | --------------- | ------------- | | name | Name of the scenario to execute | Y | `String` | | | ## Example ```json { "type": "CallScenario", "settings": { "name": "AnotherScenario" }, "next": "NextStep" } ```