public class ServiceTaskExpressionActivityBehavior extends TaskActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
expression |
protected String |
resultVariable |
protected String |
serviceTaskId |
protected Expression |
skipExpression |
multiInstanceActivityBehaviorbpmnActivityBehavior| Constructor and Description |
|---|
ServiceTaskExpressionActivityBehavior(String serviceTaskId,
Expression expression,
Expression skipExpression,
String resultVariable) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
createCompensateEventSubscription, getMultiInstanceActivityBehavior, hasCompensationHandler, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior, signal, signalCompensationDoneleaveIgnoreConditionsprotected String serviceTaskId
protected Expression expression
protected Expression skipExpression
protected String resultVariable
public ServiceTaskExpressionActivityBehavior(String serviceTaskId, Expression expression, Expression skipExpression, String resultVariable)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorCopyright © 2015 Alfresco. All rights reserved.