Skip to content

Commit

Permalink
Merge pull request #827 from ZzIsGod1019/main
Browse files Browse the repository at this point in the history
flow:fix bug
  • Loading branch information
4t145 authored Aug 20, 2024
2 parents 6ca9383 + df0009e commit acda192
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/middlewares/flow/src/serv/flow_event_serv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,9 +203,9 @@ impl FlowEventServ {
)
.await?;

if FlowModelServ::check_post_action_ring(&flow_model, funs, ctx).await? {
return Err(funs.err().not_found("flow_inst", "transfer", "this post action exist endless loop", "500-flow-transition-endless-loop"));
}
// if FlowModelServ::check_post_action_ring(&flow_model, funs, ctx).await? {
// return Err(funs.err().not_found("flow_inst", "transfer", "this post action exist endless loop", "500-flow-transition-endless-loop"));
// }

let post_changes = next_flow_transition.action_by_post_changes();
if post_changes.is_empty() {
Expand Down

0 comments on commit acda192

Please sign in to comment.