Unverified Commit 3efdff3d authored by bao liang's avatar bao liang Committed by GitHub
Browse files

Merge pull request #240 from analysys/branch-1.0.2

fix bug: error command id is 0.
parents 7331bf99 2690340b
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();