Listen Activity
Last changed: MauriceDeBeijer-80.126.16.139

.
Summary

The ListenActivity is a CompositeActivity, meaning the ListenActivity can contain other activities. The ListenActivity can only contain EventDrivenActivity activities, and must have a minimum of two child activities.

The ListenActivity may contain many branches, and each branch is waiting for a particular event to occur before running. Each branch is event driven and the event that occurs first will run the corresponding branch first. All other branches cancel and stop listening for events.

The ListenActivity cannot be used in state machine workflows.