public class ServiceTaskExpressionActivityBehavior extends TaskActivityBehavior
| Modifier and Type | Field and Description |
|---|---|
protected Expression |
expression |
protected String |
resultVariable |
activityInstanceIdLOGbpmnActivityBehavior| Constructor and Description |
|---|
ServiceTaskExpressionActivityBehavior(Expression expression,
String resultVariable) |
| Modifier and Type | Method and Description |
|---|---|
void |
performExecution(ActivityExecution execution)
The method which should be overridden by the sub classes to perform an execution.
|
execute, postExecution, preExecutioncreateCompensateEventSubscription, doLeave, executeWithErrorPropagation, isCompensationEventSubprocess, signal, signalCompensationDoneleave, leaveIgnoreConditionsprotected Expression expression
protected String resultVariable
public ServiceTaskExpressionActivityBehavior(Expression expression, String resultVariable)
public void performExecution(ActivityExecution execution) throws Exception
TaskActivityBehaviorperformExecution in class TaskActivityBehaviorexecution - the execution which is used during performing the executionExceptionCopyright © 2013–2019 camunda services GmbH. All rights reserved.