bug
luohairen
2024-12-10 062b1245a57d4e8a1e04a62efbc7d872e36eb073
flowable/src/main/java/com/ycl/common/constant/ProcessConstants.java
@@ -76,5 +76,18 @@
     */
    public static final String FLOWABLE_SKIP_EXPRESSION_ENABLED = "_FLOWABLE_SKIP_EXPRESSION_ENABLED";
    /**
     * 表单信息key
     *
     */
    public static final String TASK_FORM_KEY = "formJson";
    /**
     * 表单配套,暂时不知道是啥
     *
     */
    public static final String WIDGET_LIST = "widgetList";
}