疯狂的狮子Li
2024-03-15 fd4c91301ea339ff477f2a1c66c068d6864171a5
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";