org.camunda.bpm.engine.impl.bpmn.behavior
Class ServiceTaskExpressionActivityBehavior
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.behavior.FlowNodeActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.TaskActivityBehavior
org.camunda.bpm.engine.impl.bpmn.behavior.ServiceTaskExpressionActivityBehavior
- All Implemented Interfaces:
- CoreActivityBehavior<ActivityExecution>, ActivityBehavior, SignallableActivityBehavior
public class ServiceTaskExpressionActivityBehavior
- extends TaskActivityBehavior
ActivityBehavior that evaluates an expression when executed. Optionally, it
sets the result of the expression as a variable on the execution.
- Author:
- Tom Baeyens, Christian Stettler, Frederik Heremans, Slawomir Wojtasiak (Patch for ACT-1159), Falko Menge
| Methods inherited from class org.camunda.bpm.engine.impl.bpmn.behavior.AbstractBpmnActivityBehavior |
checkIfCauseOfExceptionIsBpmnError, createCompensateEventSubscription, doLeave, executeWithErrorPropagation, isCompensationEventSubprocess, isProcessEngineExceptionWithoutCause, isTransactionNotActive, propagateBpmnError, propagateError, propagateException, propagateExceptionAsError, signal, signalCompensationDone |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
expression
protected Expression expression
resultVariable
protected String resultVariable
ServiceTaskExpressionActivityBehavior
public ServiceTaskExpressionActivityBehavior(Expression expression,
String resultVariable)
performExecution
public void performExecution(ActivityExecution execution)
throws Exception
- Description copied from class:
TaskActivityBehavior
- The method which should be overridden by the sub classes to perform an execution.
- Overrides:
performExecution in class TaskActivityBehavior
- Parameters:
execution - the execution which is used during performing the execution
- Throws:
Exception
Copyright © 2017 camunda services GmbH. All rights reserved.