Skip to content

Commit

Permalink
flow:fix bug (#561)
Browse files Browse the repository at this point in the history
* reach: trace api input

* flow:fix bug
  • Loading branch information
ZzIsGod1019 authored Dec 11, 2023
1 parent 1ddb17a commit 273eb92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion middleware/flow/src/serv/flow_inst_serv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ impl FlowInstServ {
Some(next_flow_state.sys_state.clone()),
Some(prev_flow_state.name.clone()),
Some(prev_flow_state.sys_state.clone()),
Some(next_flow_transition.next_flow_state_name.clone()),
Some(next_flow_transition.next_flow_transition_name.clone()),
next_transition_detail.is_notify,
params,
ctx,
Expand Down

0 comments on commit 273eb92

Please sign in to comment.