Enumerates the types of nodes that can exist in a flow definition.
Overview of FlowNodeType goes here.
| Name | Value | Description |
|---|---|---|
| None | 0 | None |
| EventWait | 1 | Event/Trigger node. |
| Condition | 2 | Condition diamond node. |
| Action | 3 | Action/Procedure step node. |
| Decision | 4 | Branching decision node. |
| Timer | 5 | Timer/wait node. |
| Terminal | 6 | End node. |