Hello expert~! I'm using prefect 1.0 and looking method to visualize the task running progress at our own web page.
I made a flow that post-processes data searched by a user on the web, and an event to download data from the web page triggers that flow. During processing on prefect, we want to show how far the task has progressed on our web page also, like the prefect UI shows the state of the task being executed.
I found similar questions and answers at google, but it is impossible situation to divide the task into one per data. (
link)
Is there a nice way to check the progress of a long-run task on our web? Is there such a feature in prefect 2.0?