public class ServiceTaskJavaDelegateActivityBehavior extends TaskActivityBehavior implements ActivityBehavior, ExecutionListener
| Modifier and Type | Field and Description |
|---|---|
protected JavaDelegate |
javaDelegate |
protected Expression |
skipExpression |
multiInstanceActivityBehaviorbpmnActivityBehaviorEVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE| Modifier | Constructor and Description |
|---|---|
protected |
ServiceTaskJavaDelegateActivityBehavior() |
|
ServiceTaskJavaDelegateActivityBehavior(JavaDelegate javaDelegate,
Expression skipExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
void |
notify(DelegateExecution execution) |
getActiveValue, getActiveValueListexecuteCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehaviorleaveIgnoreConditions, parseActivityType, triggerprotected JavaDelegate javaDelegate
protected Expression skipExpression
protected ServiceTaskJavaDelegateActivityBehavior()
public ServiceTaskJavaDelegateActivityBehavior(JavaDelegate javaDelegate, Expression skipExpression)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorpublic void notify(DelegateExecution execution)
notify in interface ExecutionListenerCopyright © 2017 Flowable. All rights reserved.