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.

129 602

PROPERTIES


The node specific configuration is accessed by double-clicking on the node.

PropertyDescription
Time Out (Sec)Specifies the time out in seconds after which the flow will continue. Default value is 20 seconds.
EventSelect the custom event from the drop-down. This event is invoked after the time out.
NameThe 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 interactionDescription
ontimeoutThis 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.
oninvalidchoiceThis edge passes the invalid event information to the next connected node for further action in the flow.
onerrorThis 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.