We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9c0840 commit c10422bCopy full SHA for c10422b
springboot-starter-flow/src/main/java/com/codingapi/springboot/flow/service/impl/FlowSubmitService.java
@@ -371,6 +371,7 @@ public FlowSubmitResult trySubmitFlow() {
371
372
while (nextNode.isCirculate()){
373
flowNodeService.skipCirculate();
374
+ this.nextNode = flowNodeService.getNextNode();
375
}
376
377
List<? extends IFlowOperator> operators = flowNodeService.loadNextNodeOperators();
0 commit comments