gssong
2024-04-06 a73c65eae975824bd59de8d6f19d383f5636840a
ruoyi-modules/ruoyi-workflow/src/main/java/org/dromara/workflow/common/constant/FlowConstant.java
@@ -76,6 +76,11 @@
    String PROCESS_INSTANCE_VO = "processInstanceVo";
    /**
     * 流程定义配置
     */
    String WF_DEFINITION_CONFIG_VO = "wfDefinitionConfigVo";
    /**
     * 流程发起人
     */
    String INITIATOR = "initiator";
@@ -91,6 +96,11 @@
    String BUSINESS_KEY = "businessKey";
    /**
     * 流程定义id
     */
    String PROCESS_DEFINITION_ID = "processDefinitionId";
    /**
     * 开启跳过表达式变量
     */
    String FLOWABLE_SKIP_EXPRESSION_ENABLED = "_FLOWABLE_SKIP_EXPRESSION_ENABLED";