| Package | Description |
|---|---|
| org.activiti.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates. |
| Modifier and Type | Method and Description |
|---|---|
DelegateExecution |
DelegateTask.getExecution()
Returns the execution currently at the task.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JavaDelegate.execute(DelegateExecution execution) |
void |
ExecutionListener.notify(DelegateExecution execution) |
Copyright © 2016 Alfresco. All rights reserved.