From b9538b0d1ca445a654e150d423d7af5d9527318e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90Li?= <15040126243@163.com> Date: Mon, 17 Aug 2026 09:38:09 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20liteflow=20=E5=85=B3?= =?UTF-8?q?=E9=97=AD=E4=B9=8B=E5=90=8E=20=E6=9C=89=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=E7=B1=BB=E6=B2=A1=E6=9C=89=E5=85=B3=E9=97=AD?= =?UTF-8?q?=E5=AF=BC=E8=87=B4=E6=8A=A5=E9=94=99=E9=97=AE=E9=A2=98=20?= =?UTF-8?q?=E4=B8=B4=E6=97=B6=E4=BF=AE=E5=A4=8D=E7=AD=89=E5=AE=98=E6=96=B9?= =?UTF-8?q?=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/application.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ruoyi-admin/src/main/resources/application.yml b/ruoyi-admin/src/main/resources/application.yml index 32b8a7429..ec1e1d1a9 100644 --- a/ruoyi-admin/src/main/resources/application.yml +++ b/ruoyi-admin/src/main/resources/application.yml @@ -249,6 +249,9 @@ warm-flow: liteflow: # 跟随工作流模块开关,避免禁用工作流时仍加载任务办理链 enable: ${warm-flow.enabled:true} + metrics: + # 指标自动配置使用独立开关,需同步关闭以避免初始化未启用的 LiteFlow + enabled: ${liteflow.enable:true} # 工作流模块用于编排任务办理链路 rule-source: classpath:liteflow/*.el.xml # 开启虚拟线程