Skip to content

Commit

Permalink
set status when breaking from pause
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Mar 5, 2024
1 parent 09fdcbe commit 19b0da2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flow/workflows/qrep_flow.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ func QRepFlowWorkflow(
return err
}
}
state.CurrentFlowStatus = protos.FlowStatus_STATUS_RUNNING
}

maxParallelWorkers := 16
Expand Down

0 comments on commit 19b0da2

Please sign in to comment.