feat:全局触发事件

1. 单一:终止事件,挂起、恢复事件
2. 复合原有事件后于原事件触发:用户节点 触发的 前后事件
3. 混合在审批流中:回退、审批
This commit is contained in:
lvjunzhao
2025-03-19 16:38:35 +08:00
parent 9f9b40c284
commit efa4cebaac
4 changed files with 615 additions and 0 deletions

View File

@ -85,6 +85,13 @@ export const processConfig: ProcessConfig = {
},
relationProcessConfigs: [], //关联任务
processParamConfigs: [], //流程参数
globalStartEventConfigs: [],//全局 用户节点 结束事件
globalEndEventConfigs: [],//全局 用户节点 结束事件
globalFinishEventConfigs: [],//终止事件
globalRejectEventConfigs: [],//全局退回事件
globalAgreeEventConfigs: [],//全局同意事件
globalSuspendedEventConfigs: [],//全局 挂起/暂停事件
globalRestoreEventConfigs: [],//全局 恢复事件
xmlContent: '',
};
// 默认属性