Hi all, hopefully an easy one.. I need to pass th...
# ask-community
j
Hi all, hopefully an easy one.. I need to pass the flow run ID of any flow execution in to my tasks. This should be possible through the ‘Context’ object, but when I try and register my flow to Prefect Cloud, I get the following error:
AttributeError: ‘Context’ object has no attribute ‘flow_run_id’
Any ideas?