Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a repeat node type #120

Open
vijayvammi opened this issue Aug 25, 2023 · 1 comment
Open

Add a repeat node type #120

vijayvammi opened this issue Aug 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@vijayvammi
Copy link
Collaborator

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 vijayvammi added the enhancement New feature or request label Aug 25, 2023
@vijayvammi
Copy link
Collaborator Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant