https://prefect.io logo
d

Dileep Damodaran

05/30/2022, 4:24 AM
Hi all , How do we get the flow run id from terminal_state_handler?
k

Kevin Kho

05/30/2022, 4:26 AM
From anywhere in the flow run:
prefect.context.get("flow_run_id")
d

Dileep Damodaran

05/30/2022, 4:31 AM
Thank you for the quick reply! 😊@Kevin Kho
👍 1
3 Views