支持业务实现重定义任务参与者类型

This commit is contained in:
hubin 2025-01-06 14:24:30 +08:00
parent 42ace1e4ee
commit d4f124af2d

View File

@ -58,6 +58,8 @@ public class GeneralTaskActorProvider implements TaskActorProvider {
if (NodeSetType.department.eq(nodeModel.getSetType())) {
return 2;
}
return null;
// 其它类型可以实现该类重写
return 0;
}
}