File: fix-revert-all-revert-a0310cd7beaa7409.yaml

package info (click to toggle)
python-taskflow 5.12.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, trixie
  • size: 3,564 kB
  • sloc: python: 28,241; sh: 269; makefile: 24
file content (6 lines) | stat: -rw-r--r-- 227 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
---
fixes:
  - |
    Fixed a bug when using retries with unordered flows, a REVERT_ALL triggered
    by one of the subflow was overriden by an other subflow running in parallel,
    leading to an incomplete revert of the flow.