public interface ExternalTaskDelegate extends org.camunda.bpm.engine.externaltask.ExternalTask, ProcessInstanceAwareDelegate, Deferrable
| Modifier and Type | Method and Description |
|---|---|
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.
|
getActivityId, getActivityInstanceId, getErrorMessage, getExecutionId, getId, getLockExpirationTime, getPriority, getProcessDefinitionId, getProcessDefinitionKey, getProcessInstanceId, getRetries, getTenantId, getTopicName, getWorkerId, isSuspendedgetProcessInstancedefervoid complete()
void complete(Map<String,Object> variables)
void handleBpmnError(String errorCode)
errorCode - of the BPMN error raised.Copyright © 2016 plexiti GmbH. All rights reserved.