-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Provide taskrun.iteration
in ForEach task
#4842
Comments
index
or loopcount
in ForEach or EachSequentialindex
in ForEach task
ForEachItem already have We should add it to ForEach, EachSequential, and EachParallel |
iteration
in ForEach tasktaskrun.iteration
in ForEach task
Hello Mam @anna-gellar, I am interested in contributing to this issue. I would like to implement the taskrun.iteration in the Given classes. Could you please confirm if I can proceed with this? Any guidance or specific requirements would be greatly appreciated. Thank you! |
@pranavmugatkar feel free to take it 👍 just a note -- it will only be needed on |
Feature description
I'm writing a flow that loops over a list of values using
EachSequential
and sets aKV
Pair. I would like to name the keystart_time_{index}
whereindex
would represent the loop counter / index.The text was updated successfully, but these errors were encountered: