Flow: Wait for Event (Deprecated)
This node is used to wait until an event node is received within the period set in seconds. If the event node is not received within the seconds defined in the Time Out parameter, then the flow will continue as defined without the parameter.
PROPERTIES
The node specific configuration is accessed by double-clicking on the node.
Property | Description |
---|---|
Time Out (Sec) | Specifies the time out in seconds after which the flow will continue. Default value is 20 seconds. |
Event | Select the custom event from the drop-down. This event is invoked after the time out. |
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 interaction | Description |
---|---|
ontimeout | This edge receives information when the request is timed out as defined in the Time Out (Sec) parameter and pass it to the next connected node for further action in the flow. |
oninvalidchoice | This edge passes the invalid event information to the next connected node for further action in the flow. |
onerror | This edge receives the information when an error occurs in receiving the event information and pass it to the next connected node for further action in the flow. |
Updated about 5 years ago