Arthur Jacquemart
10/07/2024, 3:50 PMasync with get_client() as client:
flow_run = await client.read_flow_run(flow_run_id)
print(flow_run.state.message)
return flow_run.state.is_completed(), flow_run.state.message
response = await client.hello()
return response.json()
Do you have any idea why it cannot mannage to find this flow?
Thanks!
ArthurArthur Jacquemart
10/07/2024, 4:27 PM"👋"
answer