|
|
@ -102,6 +102,7 @@ public class ErrorCommand { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public ErrorCommand(Command command, String message){ |
|
|
|
public ErrorCommand(Command command, String message){ |
|
|
|
|
|
|
|
this.id = command.getId(); |
|
|
|
this.commandType = command.getCommandType(); |
|
|
|
this.commandType = command.getCommandType(); |
|
|
|
this.executorId = command.getExecutorId(); |
|
|
|
this.executorId = command.getExecutorId(); |
|
|
|
this.processDefinitionId = command.getProcessDefinitionId(); |
|
|
|
this.processDefinitionId = command.getProcessDefinitionId(); |
|
|
|