gssong
2024-03-21 6f5a368c86c3818b968ad1055f5215f86c989084
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_FORM_DEFINITION_VO = "wfFormDefinitionVo";
    /**
     * 流程发起人
     */
    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";