【功能优化】工作流:接入 SimpleModelUtils 预测遍历逻辑

This commit is contained in:
YunaiV 2024-10-23 22:38:21 +08:00
parent 78ac52132b
commit 4583f161b4
2 changed files with 2 additions and 1 deletions

View File

@ -120,6 +120,7 @@ public class BpmTaskServiceImpl implements BpmTaskService {
return new PageResult<>(tasks, count);
}
// TODO @芋艿可以进一步简化
@Override
public BpmTaskRespVO getFirstTodoTask(Long userId, String processInstanceId) {
if (processInstanceId == null) {