Defines a Subscribe Handler component.

This component helps you subscribing to an event giving its topic and defining actions to execute when the event is triggered through a PublishEvent action.
You may add a Subscribe Handler under the Application or a Page, then add to it any type of action such as CallSequence, CallFullSync or CustomAction component.
You can access the event data Object from the next action in the chain in (TS) mode with:
out : from the first child action of the chain
parent.out : from the first child action of the chain
stack['root'].out : from any child action of the chain
Note: use the JSON.stringify method to stringify your data object.

Name Description
Comment Describes the object comment to include in the documentation report. This property generally contains an explanation about the object.
Event topic Defines the event topic subscribed.
Is active Defines whether the component is active.