Hello, is there a way to monitor state of a flow r...
# prefect-ui
s
Hello, is there a way to monitor state of a flow running on a different server using Prefect UI. Best will be even interact with it. Our setup: flows running on isolated regional servers. These servers have internet access but there is no way to reach these from outside so communication can only be initiated from these servers. I was wondering if I can manage flows running on these servers with Prefect server installed on an EC2 instance. TIA
k
Hey @Safter Arslan, the only way would be to query the GraphQL API so you would need to hit the endpoint associated with that server. If you don’t have access to this, then I’m not seeing another way as you need to retrieve the info somehow (API)