Class ReceiveTaskActivityBehavior

All Implemented Interfaces:
CoreActivityBehavior<ActivityExecution>, ActivityBehavior, SignallableActivityBehavior
Direct Known Subclasses:
ActivitiStateHandlerRegistry

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.
Author:
Joram Barrez