public class ServiceTaskExpressionActivityBehavior extends TaskActivityBehavior
AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder, AbstractBpmnActivityBehavior.ErrorPropagationException| 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, preExecutioncheckIfCauseOfExceptionIsBpmnError, createCompensateEventSubscription, doLeave, executeWithErrorPropagation, isCompensationEventSubprocess, isProcessEngineExceptionWithoutCause, isTransactionNotActive, propagateBpmnError, propagateError, propagateException, propagateExceptionAsError, 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.