Good Morning! Quick question. What would be the best way for a task to check if an instance of another flow has been initialized or is currently running? Thanks
✅ 1
b
Bianca Hoch
01/09/2024, 3:37 PM
Hey Andrew! My thinking is that you could leverage the Python SDK or REST API to achieve this. For the former, you could use read_flow, and for the latter, maybe read flow run would be helpful here.
a
Andrew Pruchinski
01/09/2024, 5:52 PM
thank you @Bianca Hoch for the response! I appreciate it