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.
Derivative of Activity that is the base class for all activities that contain other activities. A Composite Activity is responsible for managing the execution of its child activities.
23-11-2009 15:20:31 - -80.126.16.139
Makes the workflow wait for any one of several possible events before the activity proceeds.