Commit d7fc79c8 authored by lipan.zhao's avatar lipan.zhao
Browse files

fix typos

parent 88a7235e
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -49,7 +49,7 @@ public enum CommandType {
    REPEAT_RUNNING(7, "repeat running a process"),
    REPEAT_RUNNING(7, "repeat running a process"),
    PAUSE(8, "pause a process"),
    PAUSE(8, "pause a process"),
    STOP(9, "stop a process"),
    STOP(9, "stop a process"),
    RECOVER_WAITTING_THREAD(10, "recover waitting thread");
    RECOVER_WAITTING_THREAD(10, "recover waiting thread");


    CommandType(int code, String descp){
    CommandType(int code, String descp){
        this.code = code;
        this.code = code;
+1 −1
Original line number Original line Diff line number Diff line
@@ -21,7 +21,7 @@ import com.baomidou.mybatisplus.annotation.EnumValue;
import lombok.Getter;
import lombok.Getter;


/**
/**
 * runing status for workflow and task nodes
 * running status for workflow and task nodes
 *
 *
 */
 */
@Getter
@Getter
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@ public enum TaskRecordStatus {


    /**
    /**
     * status:
     * status:
     * 0 sucess
     * 0 success
     * 1 failure
     * 1 failure
     * 2 exception
     * 2 exception
     */
     */