How to schedule a subflow on a specific queue?

The easiest way would be to either:

  1. Create a separate deployment for each of those and assign different queue names based on the right agent
  2. Use orchestrator pattern:
    How to create a flow run from deployment (orchestrator pattern)?

Check out:

And more importantly: