| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | pkg/aflow: add explicit DoWhile.MaxIterations | Dmitry Vyukov | 2026-01-27 | 1 | -3/+9 |
| | | | | | | | Add DoWhile.MaxIterations and make it mandatory. I think it's useful to make workflow implementer to think explicitly about a reasonable cap on the number of iterations. | ||||
| * | pkg/aflow: add DoWhile loop action | Dmitry Vyukov | 2026-01-24 | 1 | -0/+98 |
| DoWhile represents "do { body } while (cond)" loop. See added test for an example. | |||||
