Class ReceiveTaskActivityBehavior

  • All Implemented Interfaces:
    java.io.Serializable, ActivityBehavior, TriggerableActivityBehavior

    public class ReceiveTaskActivityBehavior
    extends TaskActivityBehavior
    A receive task is a wait state that waits for the receival of some message. Currently, the only message that is supported is the external trigger, given by calling the RuntimeService#signal(String) operation.
    See Also:
    Serialized Form