JavaDelegates.See: Description
| Interface | Description | 
|---|---|
| BusinessRuleTaskDelegate | |
| DelegateExecution | 
 Execution used in  
JavaDelegates and ExecutionListeners. | 
| DelegateTask | |
| ExecutionListener | 
 Callback interface to be notified of execution events like starting a process instance,
 ending an activity instance or taking a transition. 
 | 
| Expression | |
| JavaDelegate | 
 Convience class that should be used when a Java delegation in a BPMN 2.0
 process is required (for example, to call custom business logic). 
 | 
| TaskListener | |
| VariableScope | 
 Interface for class that acts as a scope for variables: i.e. 
 | 
| Class | Description | 
|---|---|
| DelegateHelper | 
 Class that provides helper operations for use in the  
JavaDelegate,
 ActivityBehavior, ExecutionListener and TaskListener
 interfaces. | 
| Exception | Description | 
|---|---|
| BpmnError | 
 Special exception that can be used to throw a BPMN Error from
  
JavaDelegates and expressions. | 
JavaDelegates.Copyright © 2017 Flowable. All rights reserved.