The Start operation is 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",
"exits": [ 4 ]
}
Exits
The Start operation will always have exactly one exit.