فهرست منبع

bug #I46U6Y 自定义JsonParse,调用flowExecutor的reloadRule,抛出异常

bryan31 3 سال پیش
والد
کامیت
bc9a89cb63
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      liteflow-core/src/main/java/com/yomahub/liteflow/core/FlowExecutor.java

+ 1 - 0
liteflow-core/src/main/java/com/yomahub/liteflow/core/FlowExecutor.java

@@ -252,6 +252,7 @@ public class FlowExecutor {
     }
 
     public void reloadRule() {
+        FlowBus.cleanCache();
         init();
     }