Flow: Start
This node is the entry point in the flow. Every flow must have a start node. It is an unconditional connection to a target node. The user can set the default params for the Session and Logs in its Properties dialog under the OnEnter
and OnLeave
actions.
PROPERTIES
The node specific configuration is accessed by double-clicking on the node.
Property | Description |
---|---|
Name | The name of the node is represented as a string. Enter a new name or continue with the displayed name. |
SESSION DATA
For information on session data, click here .
CUSTOM LOGS
For information on custom logs, click here.
NODE EVENTS
Exit event | Description |
---|---|
onbegin | This event is triggered when the flow starts. It is an unconditional connection to a target node. |
Updated about 5 years ago