mirror of
https://gitee.com/myxzgzs/boyue-vue-pro.git
synced 2025-08-08 16:32:46 +08:00
fix: 修复流程预测节点错误问题
fix: 补充校验规则,流程创建时只校验预测节点的审批人是否配置
This commit is contained in:
parent
c68ab33dfd
commit
3265df7548
@ -210,9 +210,9 @@ public class BpmnModelUtils {
|
||||
/**
|
||||
* 给节点添加用户任务的审批人为空时,处理类型枚举
|
||||
*
|
||||
* @see BpmUserTaskAssignEmptyHandlerTypeEnum
|
||||
* @param emptyHandler 空处理
|
||||
* @param userTask 任务节点
|
||||
* @see BpmUserTaskAssignEmptyHandlerTypeEnum
|
||||
*/
|
||||
public static void addAssignEmptyHandlerType(BpmSimpleModelNodeVO.AssignEmptyHandler emptyHandler, UserTask userTask) {
|
||||
if (emptyHandler == null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user