Commit fce91b15 authored by baoliang's avatar baoliang
Browse files

fix bug: error command id is 0.

parent 84d95eef
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -102,6 +102,7 @@ public class ErrorCommand {


    public ErrorCommand(Command command, String message){
        this.id = command.getId();
        this.commandType = command.getCommandType();
        this.executorId = command.getExecutorId();
        this.processDefinitionId = command.getProcessDefinitionId();