Hi guys, I’ve got 2 flows that run on 2 different ...
# ask-community
j
Hi guys, I’ve got 2 flows that run on 2 different agents. I’m trying to wrap these v2 in a parent flow. Are they any examples where jobs run on different agents but are used in a parent flow?
m
Generally, we no longer recommend using agents, as they will be deprecated soon. I'd suggest moving to using workers. It sounds like what you're looking for is a 'flow of deployments' pattern. Check out our helpful blog post on different design patterns for a more detailed explanation. I'm also linking an example of a pattern which uses a parent flow to run multiple independent workers.