public class IntermediateCatchConditionalEventActivityBehavior extends IntermediateCatchEventActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected org.flowable.bpmn.model.ConditionalEventDefinition |
conditionalEventDefinition |
protected String |
conditionExpression |
multiInstanceActivityBehaviorbpmnActivityBehavior| Constructor and Description |
|---|
IntermediateCatchConditionalEventActivityBehavior(org.flowable.bpmn.model.ConditionalEventDefinition conditionalEventDefinition,
String conditionExpression) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(DelegateExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
void |
trigger(DelegateExecution execution,
String triggerName,
Object triggerData) |
deleteOtherEventsRelatedToEventBasedGateway, eventCancelledByEventGateway, getPrecedingEventBasedGateway, leaveIntermediateCatchEventexecuteCompensateBoundaryEvents, findBoundaryEventsForFlowNode, getMultiInstanceActivityBehavior, getProcessDefinition, hasLoopCharacteristics, hasMultiInstanceCharacteristics, leave, setMultiInstanceActivityBehaviorleaveIgnoreConditions, parseActivityTypeprotected org.flowable.bpmn.model.ConditionalEventDefinition conditionalEventDefinition
protected String conditionExpression
public IntermediateCatchConditionalEventActivityBehavior(org.flowable.bpmn.model.ConditionalEventDefinition conditionalEventDefinition,
String conditionExpression)
public void execute(DelegateExecution execution)
FlowNodeActivityBehaviorexecute in interface ActivityBehaviorexecute in class IntermediateCatchEventActivityBehaviorpublic void trigger(DelegateExecution execution, String triggerName, Object triggerData)
trigger in interface TriggerableActivityBehaviortrigger in class IntermediateCatchEventActivityBehaviorCopyright © 2019 Flowable. All rights reserved.