public class BusinessRuleTaskExecutable extends ServiceTaskExecutable
Executable.Deferreds, Executable.Helpers, Executable.Jobs, Executable.WaitstateshistoricDelegatedelegate, idComparator, runnerprocessEngine| Constructor and Description |
|---|
BusinessRuleTaskExecutable(ProcessRunnerImpl runner,
org.camunda.bpm.engine.history.HistoricActivityInstance instance) |
| Modifier and Type | Method and Description |
|---|---|
protected Action |
action(ProcessScenario scenario) |
void |
complete()
Complete this external task.
|
void |
complete(Map<String,Object> variables)
Complete this external task and deliver a map of additional
information created by the external worker and to be stored
as process instance variables.
|
void |
handleBpmnError(String errorCode)
Handle a BPMN Error raised by the external worker.
|
fetchAndLock, getDelegategetActivityInstanceId, getErrorMessage, getId, getLockExpirationTime, getPriority, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRetries, getTenantId, getTopicName, getWorkerId, isSuspendedaction, compareTo, defer, execute, getActivityId, getExecutionId, getProcessInstance, isExecutableAtgetAuthorizationService, getCaseService, getDecisionService, getExternalTaskService, getFilterService, getFormService, getHistoryService, getIdentityService, getManagementService, getProcessEngine, getRepositoryService, getRuntimeService, getTaskServiceclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetActivityId, getExecutionIdgetProcessInstancedeferpublic BusinessRuleTaskExecutable(ProcessRunnerImpl runner, org.camunda.bpm.engine.history.HistoricActivityInstance instance)
protected Action action(ProcessScenario scenario)
action in class ServiceTaskExecutablepublic void complete()
ExternalTaskDelegatecomplete in interface ExternalTaskDelegatecomplete in class ServiceTaskExecutablepublic void complete(Map<String,Object> variables)
ExternalTaskDelegatecomplete in interface ExternalTaskDelegatecomplete in class ServiceTaskExecutablepublic void handleBpmnError(String errorCode)
ExternalTaskDelegatehandleBpmnError in interface ExternalTaskDelegatehandleBpmnError in class ServiceTaskExecutableerrorCode - of the BPMN error raised.Copyright © 2016 plexiti GmbH. All rights reserved.