| 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 |
|---|---|
static Expression |
DelegateHelper.getFieldExpression(DelegateTask task,
String fieldName)
Similar to
DelegateHelper.getFieldExpression(DelegateExecution, String), but for use within a TaskListener. |
void |
TaskListener.notify(DelegateTask delegateTask) |
Copyright © 2017 Alfresco. All rights reserved.