public class HandleTaskBpmnErrorCmd extends Object implements Command<Void>, Serializable
Modifier and Type | Field and Description |
---|---|
protected String |
errorCode |
protected String |
errorMessage |
protected String |
taskId |
protected Map<String,Object> |
variables |
Constructor and Description |
---|
HandleTaskBpmnErrorCmd(String taskId,
String errorCode) |
HandleTaskBpmnErrorCmd(String taskId,
String errorCode,
String errorMessage) |
HandleTaskBpmnErrorCmd(String taskId,
String errorCode,
String errorMessage,
Map<String,Object> variables) |
Modifier and Type | Method and Description |
---|---|
Void |
execute(CommandContext commandContext) |
protected void |
validateInput() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected String taskId
protected String errorCode
protected String errorMessage
public HandleTaskBpmnErrorCmd(String taskId, String errorCode, String errorMessage)
protected void validateInput()
public Void execute(CommandContext commandContext)
Copyright © 2022. All rights reserved.