Hi ,
I have a flow that contains two subflows. I need the subflows to be scheduled on different queues (one queue to be processed by an agent running on Linux, and another - by an agent running on Windows). Since the tag-based filtering has been deprecated, how can I achieve this in Prefect 2.0?
I imagine I could extract the two subflows into individual flows associated with corresponding queues, and then trigger them from a third (parent) flow using the API, but this will essentially mimic the 1.0 approach in a way.