public class CompleteExternalTaskCmd extends HandleExternalTaskCmd
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
localVariables |
protected Map<String,Object> |
variables |
workerId
externalTaskId
Constructor and Description |
---|
CompleteExternalTaskCmd(String externalTaskId,
String workerId,
Map<String,Object> variables,
Map<String,Object> localVariables) |
Modifier and Type | Method and Description |
---|---|
void |
execute(ExternalTaskEntity externalTask)
Executes the specific external task commands, which belongs to the current sub class.
|
String |
getErrorMessageOnWrongWorkerAccess()
Returns the error message.
|
execute, validateInput, validateWorkerViolation
getUserOperationLogOperationType, getUserOperationLogPropertyChanges, writeUserOperationLog
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
public String getErrorMessageOnWrongWorkerAccess()
HandleExternalTaskCmd
getErrorMessageOnWrongWorkerAccess
in class HandleExternalTaskCmd
public void execute(ExternalTaskEntity externalTask)
ExternalTaskCmd
execute
in class ExternalTaskCmd
externalTask
- the external task which is used for the command executionCopyright © 2022. All rights reserved.