Unverified Commit 2690340b authored by bao liang's avatar bao liang Committed by GitHub
Browse files

Merge pull request #239 from lenboo/branch-1.0.2

fix bug: error command id is 0.
parents 84d95eef fce91b15
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();