update 优化 支持通过配置文件关闭工作流

This commit is contained in:
疯狂的狮子Li
2024-08-06 16:16:55 +08:00
parent 3af292ef2e
commit d40eb399f9
9 changed files with 46 additions and 21 deletions

View File

@@ -26,6 +26,10 @@ spring:
# flowable配置
flowable:
# 开关 用于启动/停用工作流
enabled: true
process.enabled: ${flowable.enabled}
eventregistry.enabled: ${flowable.enabled}
# 关闭定时任务JOB
async-executor-activate: false
# 将databaseSchemaUpdate设置为true。当Flowable发现库与数据库表结构不一致时会自动将数据库表结构升级至新版本。