Hi all , How do we get the flow run id from termin...
# prefect-ui
d
Hi all , How do we get the flow run id from terminal_state_handler?
k
From anywhere in the flow run:
prefect.context.get("flow_run_id")
d
Thank you for the quick reply! 😊@Kevin Kho
👍 1