We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Turns seem to have data from previous turns. One exception leaks to all until services are rebooted.
To Reproduce Steps to reproduce the behavior:
return 0/0
input
output
Expected behavior Even if plugins fail, the workflow must reset. Not doing this currently breaks every turn until the issue is resolved.
Screenshots The entities above are not part of the turn with alternatives here:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered:
test: failing test to validate #136
5576f43
test: reproduce #136
8943fb2
fix: #136.
d7bdfd9
Fix/#136/clear workflow state on exceptions (#137)
f918961
* test: failing test to validate #136 * test: reproduce #136 * fix: #136. * refactor: try .. finally is more succint.
ltbringer
Successfully merging a pull request may close this issue.
Describe the bug
Turns seem to have data from previous turns. One exception leaks to all until services are rebooted.
To Reproduce
Steps to reproduce the behavior:
return 0/0
.input
oroutput
.Expected behavior
Even if plugins fail, the workflow must reset. Not doing this currently breaks every turn until the issue is resolved.
Screenshots
The entities above are not part of the turn with alternatives here:
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: