Uses of Class
org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior
-
Packages that use TaskActivityBehavior Package Description org.camunda.bpm.engine.impl.bpmn.behavior -
-
Uses of TaskActivityBehavior in org.camunda.bpm.engine.impl.bpmn.behavior
Subclasses of TaskActivityBehavior in org.camunda.bpm.engine.impl.bpmn.behavior Modifier and Type Class Description classManualTaskActivityBehaviorImplementation of the BPMN 2.0 'manual task': a task that is external to the BPMS and to which there is no reference to IT systems whatsoever.classReceiveTaskActivityBehaviorA receive task is a wait state that waits for the receival of some message.classScriptTaskActivityBehaviorActivityBehaviorimplementation of the BPMN 2.0 script task.classServiceTaskDelegateExpressionActivityBehaviorActivityBehaviorused when 'delegateExpression' is used for a serviceTask.classServiceTaskExpressionActivityBehaviorActivityBehavior that evaluates an expression when executed.classServiceTaskJavaDelegateActivityBehaviorclassUserTaskActivityBehavioractivity implementation for the user task.
-