Overview
The Unsubscribe Event action stops the workflow from listening to a specific event.
...
Once invoked, it prevents any further responses or actions that would have been triggered by the previously subscribed event.
This action is useful for workflows that no longer need to track certain events or that need to stop responding to external triggers after a particular phase is completed.
Config
...
Config Field | Description | ||
---|---|---|---|
Layout | It allows to choose layout from which one wants to un-subscribe event. | ||
Event | It allows to choose specific event to be un-subscribed from the layout.
|
...