feat: 3.1.0

1. 修复工作流节点排序问题
This commit is contained in:
byteblogs168 2024-02-03 09:25:59 +08:00
parent 71438543f6
commit 692d3b3d18

View File

@ -132,6 +132,7 @@ public class WorkflowServiceImpl implements WorkflowService {
}
})).incidentEdgeOrder(ElementOrder.stable()).allowsSelfLoops(false).build();
}
private static Long calculateNextTriggerAt(final WorkflowRequestVO workflowRequestVO, Long time) {
checkExecuteInterval(workflowRequestVO);