Commit 24f19c1
Do not bypass task generation when version changes (#7890)
## What changed?
Server sends new wft in response of preious wft completion. This should
not happen if the next wft is supposed to go to a different worker
version.
## Why?
When there is a transition, workflow could fall into an infinite loop of
workflow tasks because they never go to the right worker.
## How did you test it?
- [ ] built
- [ ] run locally and tested manually
- [ ] covered by existing tests
- [ ] added new unit test(s)
- [ ] added new functional test(s)
will be verified in Nightlies.
## Potential risks
None1 parent 00b6e61 commit 24f19c1
1 file changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
535 | 535 | | |
536 | 536 | | |
537 | 537 | | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
538 | 544 | | |
539 | 545 | | |
540 | 546 | | |
| |||
0 commit comments