public class ServiceTaskJavaDelegateActivityBehavior extends TaskActivityBehavior implements ActivityBehavior, ExecutionListener
| Modifier and Type | Field and Description |
|---|---|
protected JavaDelegate |
javaDelegate |
protected org.flowable.common.engine.api.delegate.Expression |
skipExpression |
multiInstanceActivityBehaviorbpmnActivityBehaviorEVENTNAME_END, EVENTNAME_START, EVENTNAME_TAKE| Modifier | Constructor and Description |
|---|---|
protected |
ServiceTaskJavaDelegateActivityBehavior() |
|
ServiceTaskJavaDelegateActivityBehavior(JavaDelegate javaDelegate,
org.flowable.common.engine.api.delegate.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) |
createCompensateEventSubscription, getMultiInstanceActivityBehavior, hasCompensationHandler, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehavior, signal, signalCompensationDoneleaveIgnoreConditionsprotected JavaDelegate javaDelegate
protected org.flowable.common.engine.api.delegate.Expression skipExpression
protected ServiceTaskJavaDelegateActivityBehavior()
public ServiceTaskJavaDelegateActivityBehavior(JavaDelegate javaDelegate, org.flowable.common.engine.api.delegate.Expression skipExpression)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorpublic void notify(DelegateExecution execution)
notify in interface ExecutionListenerCopyright © 2018 Flowable. All rights reserved.