gssong
2024-03-12 fb337f57b86ebf3f19beb7b2ac840bb295b17ee0
ruoyi-modules/ruoyi-workflow/src/main/java/org/dromara/workflow/common/constant/FlowConstant.java
@@ -81,6 +81,16 @@
    String INITIATOR = "initiator";
    /**
     * 流程实例id
     */
    String PROCESS_INSTANCE_ID = "processInstanceId";
    /**
     * 业务id
     */
    String BUSINESS_KEY = "businessKey";
    /**
     * 开启跳过表达式变量
     */
    String FLOWABLE_SKIP_EXPRESSION_ENABLED = "_FLOWABLE_SKIP_EXPRESSION_ENABLED";