magnus-core icon indicating copy to clipboard operation
magnus-core copied to clipboard

Add a repeat node type

Open vijayvammi opened this issue 2 years ago • 1 comments

It is similar to the map node but does the steps in a sequential way.

The input parameter should be a limit: int

This will require just like map_variable, there should be counter_variable which keeps track of the iteration.

https://github.com/argoproj/argo-workflows/blob/master/examples/recursive-for-loop.yaml

vijayvammi avatar Aug 25 '23 16:08 vijayvammi

Even conditional step could be something interesting. Local and local-containers should do this natively while depending on the transpilation for the other platforms.

vijayvammi avatar Nov 17 '23 06:11 vijayvammi