Overview
The Subscribe Event action is used to listen for events that are emitted by a source layout or workflow.
When the subscribed event occurs, the action enables the workflow to respond accordingly by executing predefined steps or capturing input parameters.
...
It allows for real-time interaction between different parts of the application, ensuring that workflows or layouts can react dynamically to specific events emitted by other components.
Config
...
Config Field | Description | ||
---|---|---|---|
Layout | It allows to choose layout from which one wants to subscribe event. | ||
Event | It allows to choose specific event to emit from the layout. Note: By default, this will show blank, if the layout is not chosen. | ||
Workflow | It allows to choose workflow through which the event will be fired or emitted. | ||
Variable Mapping | It allows to map event variables with Workflow variables.
| ||
Unsubscribe Once Emitted Event | If checked, the event will be unsubscribed once emitted. |
...