public class PlanItemDelegateExpressionActivityBehavior extends CoreCmmnActivityBehavior
CmmnActivityBehavior used when 'delegateExpression' is used for a serviceTask.| Modifier and Type | Field and Description |
|---|---|
protected String |
expression |
protected List<org.flowable.cmmn.model.FieldExtension> |
fieldExtensions |
| Constructor and Description |
|---|
PlanItemDelegateExpressionActivityBehavior(String expression,
List<org.flowable.cmmn.model.FieldExtension> fieldExtensions) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(CommandContext commandContext,
PlanItemInstanceEntity planItemInstanceEntity) |
executeprotected String expression
protected List<org.flowable.cmmn.model.FieldExtension> fieldExtensions
public void execute(CommandContext commandContext, PlanItemInstanceEntity planItemInstanceEntity)
execute in class CoreCmmnActivityBehaviorCopyright © 2019 Flowable. All rights reserved.