@<1559711623147425792:profile|PlainPelican41> you can break the task into several pipeline steps and use a pipeline, having all the agents monitor the same pipeline execution queue
so same queue for multiple agents will do the work? why do I need to split into steps? so each step will run parallel to the other ?
Can't a task/pipeline's specific node run on multiple agents?
When a task is taken from a queue, only a single agent will get it. If you use a pipeline, each agent can run a different step