public class ReceiveTaskActivityBehavior extends TaskActivityBehavior
RuntimeService.signal(String) operation.AbstractBpmnActivityBehavior.ErrorDeclarationForProcessInstanceFinder, AbstractBpmnActivityBehavior.ErrorPropagationExceptionactivityInstanceIdLOGbpmnActivityBehavior| Constructor and Description |
|---|
ReceiveTaskActivityBehavior() |
| Modifier and Type | Method and Description |
|---|---|
void |
performExecution(ActivityExecution execution)
The method which should be overridden by the sub classes to perform an execution.
|
void |
signal(ActivityExecution execution,
String signalName,
Object data) |
execute, postExecution, preExecutioncheckIfCauseOfExceptionIsBpmnError, createCompensateEventSubscription, doLeave, executeWithErrorPropagation, isCompensationEventSubprocess, isProcessEngineExceptionWithoutCause, isTransactionNotActive, propagateBpmnError, propagateError, propagateException, propagateExceptionAsError, signalCompensationDoneleave, leaveIgnoreConditionspublic void performExecution(ActivityExecution execution) throws Exception
TaskActivityBehaviorperformExecution in class TaskActivityBehaviorexecution - the execution which is used during performing the executionExceptionpublic void signal(ActivityExecution execution, String signalName, Object data) throws Exception
signal in interface SignallableActivityBehaviorsignal in class AbstractBpmnActivityBehaviorExceptionCopyright © 2013–2019 camunda services GmbH. All rights reserved.