mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-21 00:02:23 +00:00
e606118943
* wip: step after forloop results Adding a failing test so I don't forget out about it. In the last step, `items` is `4`, the last item in iteration, rather than the collected list. My guess is this is because the results aren't collected unless the flow quits early or the forloop module is the last module so that `last_step` is true. * test Co-authored-by: sqwishy <somebody@froghat.ca>