Prefect Doesn’t Terminate Completed Flows in Windows
I came across the following situation:
How do I get the Prefect “flow id” (uuid) from within a “task” in a programmatic way using Python?
How can I get the “flow id” (not the “flow run id”) from Prefect using Python from within a “task?” The task is being executed by a flow. I’m using Prefect version 2.19.1 and Python version 3.11.4.
Prefect server :prefect.exceptions.ParameterBindError: Error binding parameters for function
i am attempting to use prefect to manage my flow,but adding @flow will result in an error.Can methods modified by @ flow not be related to classes?
enter image description here