POST /revisions/:id/data (Command: create_execution)
Request Body
| Parameter | Type | Required | Description |
|---|---|---|---|
engine | string | Yes | Must be workflow_blobhub. |
command | string | Yes | Must be create_execution. |
session_id | string | Yes | The ID of the session. |
definition_id | string | No | ID of definition to execute (or use alias). |
alias | string | No | Alias of definition to execute (or use definition_id). |
input_data | array | No | List of input objects {"alias": "foo", "value": {...}}. |
Response
| Parameter | Type | Description |
|---|---|---|
execution | object | The created execution object. |

