Concurrent runs of workflow with three tasks with different parameters #610
goldstein0101
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey, is there any idea or approach for this problem. I have a workflow with three tasks, each tasks takes different set of parameters, i want to have concurrent runs with different parameters. As i can see the only way to trigger a job with dynamically specify parameters is by having different type of tasks within a workflow.My workflow consists of three python wheel tasks. How would u approach this? I dont want to make deployment if im only updating parameters, and i cannot automate this.
Beta Was this translation helpful? Give feedback.
All reactions