public class BoundaryConditionalEventActivityBehavior extends BoundaryEventActivityBehavior implements ConditionalEventBehavior
| Modifier and Type | Field and Description |
|---|---|
protected ConditionalEventDefinition |
conditionalEvent |
bpmnActivityBehavior, LOG| Constructor and Description |
|---|
BoundaryConditionalEventActivityBehavior(ConditionalEventDefinition conditionalEvent) |
| Modifier and Type | Method and Description |
|---|---|
ConditionalEventDefinition |
getConditionalEventDefinition()
Returns the current conditional event definition.
|
void |
leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription,
VariableEvent variableEvent)
Checks the condition, on satisfaction the activity is leaved.
|
doLeave, execute, leave, leaveIgnoreConditions, signalprotected final ConditionalEventDefinition conditionalEvent
public BoundaryConditionalEventActivityBehavior(ConditionalEventDefinition conditionalEvent)
public ConditionalEventDefinition getConditionalEventDefinition()
ConditionalEventBehaviorgetConditionalEventDefinition in interface ConditionalEventBehaviorpublic void leaveOnSatisfiedCondition(EventSubscriptionEntity eventSubscription, VariableEvent variableEvent)
ConditionalEventBehaviorleaveOnSatisfiedCondition in interface ConditionalEventBehavioreventSubscription - the event subscription which contains all necessary informationsvariableEvent - the variableEvent to evaluate the conditionCopyright © 2013–2021 camunda services GmbH. All rights reserved.