Uses of Class
org.camunda.bpm.engine.impl.bpmn.behavior.CallableElementActivityBehavior
-
Packages that use CallableElementActivityBehavior Package Description org.camunda.bpm.engine.impl.bpmn.behavior -
-
Uses of CallableElementActivityBehavior in org.camunda.bpm.engine.impl.bpmn.behavior
Subclasses of CallableElementActivityBehavior in org.camunda.bpm.engine.impl.bpmn.behavior Modifier and Type Class Description class
CallActivityBehavior
Implementation of the BPMN 2.0 call activity (limited currently to calling a subprocess and not (yet) a global task).class
CaseCallActivityBehavior
Implementation to create a newCaseInstance
using the BPMN 2.0 call activity
-