Uses of Class
org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior

Packages that use TaskActivityBehavior
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
 class ManualTaskActivityBehavior
          Implementation 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.
 class ReceiveTaskActivityBehavior
          A receive task is a wait state that waits for the receival of some message.
 class ScriptTaskActivityBehavior
          ActivityBehavior implementation of the BPMN 2.0 script task.
 class ServiceTaskConnectorActivityBehavior
           
 class ServiceTaskDelegateExpressionActivityBehavior
          ActivityBehavior used when 'delegateExpression' is used for a serviceTask.
 class ServiceTaskExpressionActivityBehavior
          ActivityBehavior that evaluates an expression when executed.
 class ServiceTaskJavaDelegateActivityBehavior
           
 class UserTaskActivityBehavior
          activity implementation for the user task.
 



Copyright © 2014 camunda services GmbH. All Rights Reserved.