public interface TaskDelegate extends org.camunda.bpm.engine.task.Task, ProcessInstanceAwareDelegate, Deferrable
| Modifier and Type | Method and Description |
|---|---|
void |
complete()
Complete this user task.
|
void |
complete(Map<String,Object> variables)
Complete this user task and deliver a map of additional information
created by the human user (e.g.
|
void |
handleBpmnError(String errorCode)
Handle a BPMN Error occurring with or raised by the human user.
|
void |
handleBpmnError(String errorCode,
Map<String,Object> variables)
Handle a BPMN Error occurring with or raised by the human user
and deliver a map of additional information to be stored as
process instance variables.
|
delegate, getAssignee, getCaseDefinitionId, getCaseExecutionId, getCaseInstanceId, getCreateTime, getDelegationState, getDescription, getDueDate, getExecutionId, getFollowUpDate, getFormKey, getId, getName, getOwner, getParentTaskId, getPriority, getProcessDefinitionId, getProcessInstanceId, getTaskDefinitionKey, getTenantId, isSuspended, setAssignee, setCaseInstanceId, setDelegationState, setDescription, setDueDate, setFollowUpDate, setName, setOwner, setParentTaskId, setPriority, setTenantIdgetProcessInstancedefervoid complete()
void complete(Map<String,Object> variables)
void handleBpmnError(String errorCode)
errorCode - of the BPMN error raised.void handleBpmnError(String errorCode, Map<String,Object> variables)
errorCode - of the BPMN error raised.Copyright © 2021 plexiti GmbH. All rights reserved.