public class DmnBusinessRuleTaskActivityBehavior extends AbstractBpmnActivityBehavior
BaseCallableElement.
The decision is executed in the context of the current VariableScope.| Modifier and Type | Field and Description |
|---|---|
protected BaseCallableElement |
callableElement |
protected DecisionResultMapper |
decisionResultMapper |
protected String |
resultVariable |
LOGbpmnActivityBehavior| Constructor and Description |
|---|
DmnBusinessRuleTaskActivityBehavior(BaseCallableElement callableElement,
String resultVariableName,
DecisionResultMapper decisionResultMapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
execute(ActivityExecution execution)
Default behaviour: just leave the activity with no extra functionality.
|
createCompensateEventSubscription, doLeave, executeWithErrorPropagation, isCompensationEventSubprocess, signal, signalCompensationDoneleave, leaveIgnoreConditionsprotected final BaseCallableElement callableElement
protected final String resultVariable
protected final DecisionResultMapper decisionResultMapper
public DmnBusinessRuleTaskActivityBehavior(BaseCallableElement callableElement, String resultVariableName, DecisionResultMapper decisionResultMapper)
public void execute(ActivityExecution execution) throws Exception
FlowNodeActivityBehaviorexecute in interface CoreActivityBehavior<ActivityExecution>execute in interface ActivityBehaviorexecute in class FlowNodeActivityBehaviorExceptionCopyright © 2013–2019 camunda services GmbH. All rights reserved.