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";
}