Package org.camunda.bpm.engine.impl.pvm.delegate
-
Interface Summary Interface Description ActivityBehavior ActivityExecution CompositeActivityBehavior MigrationObserverBehavior ModificationObserverBehavior When a (scope) activity behavior implements this behavior, its scope execution is notified in case of an external modification about the following: the scope execution is newly created a new concurrent execution is created in that scope a concurrent execution is removed in that scopeSignallableActivityBehavior SubProcessActivityBehavior behavior for activities that delegate to a complete separate execution of a process definition.TaskListener Deprecated. use org.camunda.bpm.engine.delegate.TaskListener instead