feat:全局触发事件

4.新增预审前后节点
5. 新增类注入
This commit is contained in:
lvjunzhao
2025-03-31 16:20:34 +08:00
parent be33adefc7
commit 6015b7c199
4 changed files with 207 additions and 6 deletions

View File

@ -87,6 +87,8 @@ export const processConfig: ProcessConfig = {
processParamConfigs: [], //流程参数
globalStartEventConfigs: [],//全局 用户节点 结束事件
globalEndEventConfigs: [],//全局 用户节点 结束事件
globalPrequalifyBeforeEventConfigs: [],//预审前
globalPrequalifyAfterEventConfigs: [],//预审后
globalFinishEventConfigs: [],//终止事件
globalRejectEventConfigs: [],//全局退回事件
globalAgreeEventConfigs: [],//全局同意事件