Class ReceiveTaskActivityBehavior

All Implemented Interfaces:
Serializable, ActivityBehavior, TriggerableActivityBehavior

public class ReceiveTaskActivityBehavior extends TaskActivityBehavior
A receive task is a wait state that waits to receive some message. Currently, the only message that is supported is the external trigger, given by calling the RuntimeService.trigger(String) operation.
Author:
Joram Barrez
See Also: