-
-
Notifications
You must be signed in to change notification settings - Fork 434
Fix cancel states #3849
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Fix cancel states #3849
Conversation
@anbraten beside the lint issue it looks ready |
Yes, the general refactoring should be done. The runner_test could be enhanced. And it would be nice if someone reviewing would have a closer look on the switch of |
@anbraten what was the reason to switch from |
@xoxys If I remember correctly, it basically changes the state detection (is a step done) to use |
closes #2875
closes #833
closes #2062
closes #2911
closes #2197
closes #3848
Changes
client.Update()
which updates the step states beforeclient.Done()
is called so the workflows steps states are saved before we determine the workflows state from them