Hi all, I was wondering whether I can organize flo...
# prefect-ui
n
Hi all, I was wondering whether I can organize flows in folders in the Prefect UI (under the same workspace). Let's say I have a workspace call "customers", can I have one folder for each different customer in the UI? if yes how can I do it? Same for deployments... thanks for the support! Niccolò
1
r
The closest thing I found to a folder is using tags in your deployment scripts. For example in your Deployment.build_from_flow(tags=["Customers"])
b
Yeah tags would be the ticket. We do hope to do more with them as well. On the flow runs page, you can filter by a specific tag, then save that filter. So if you safe a filter for each customer, you can see all the flows tagged with that customer name.
🙌 1