Start
Start
The Start operation is used for the operation at which the flow processing will always
begin.
Config Parameters
The Start operation currently does not support any config attributes, and will
typically not have a config parameter present within the Operation Object.
| Parameter | Type | Description |
|---|
Example Operation
Here is an example Start operation in JSON representation.
{
"id": 5,
"type": "Start",
"base_node": 1,
"exits": [ 4 ]
}
Exits
The Start operation will always have exactly one exit.
| Exit Index | Name | Description |
|---|---|---|
0
|
Default | [Required] This exit is always followed. |