Skip to content

Commit c10422b

Browse files
committedJan 8, 2025
update 3.3.55
1 parent d9c0840 commit c10422b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎springboot-starter-flow/src/main/java/com/codingapi/springboot/flow/service/impl/FlowSubmitService.java

+1
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ public FlowSubmitResult trySubmitFlow() {
371371

372372
while (nextNode.isCirculate()){
373373
flowNodeService.skipCirculate();
374+
this.nextNode = flowNodeService.getNextNode();
374375
}
375376

376377
List<? extends IFlowOperator> operators = flowNodeService.loadNextNodeOperators();

0 commit comments

Comments
 (0)
Please sign in to comment.