feat: 3.1.0
1. 修复工作流节点排序问题
This commit is contained in:
parent
71438543f6
commit
692d3b3d18
@ -132,6 +132,7 @@ public class WorkflowServiceImpl implements WorkflowService {
|
|||||||
}
|
}
|
||||||
})).incidentEdgeOrder(ElementOrder.stable()).allowsSelfLoops(false).build();
|
})).incidentEdgeOrder(ElementOrder.stable()).allowsSelfLoops(false).build();
|
||||||
}
|
}
|
||||||
|
|
||||||
private static Long calculateNextTriggerAt(final WorkflowRequestVO workflowRequestVO, Long time) {
|
private static Long calculateNextTriggerAt(final WorkflowRequestVO workflowRequestVO, Long time) {
|
||||||
checkExecuteInterval(workflowRequestVO);
|
checkExecuteInterval(workflowRequestVO);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user