Steven Das
01/06/2021, 2:12 PMZanie
01/06/2021, 3:48 PMwiretrack
01/06/2021, 3:57 PMcase
statements help, but it starts to get messy when your branching is core in the flow, or when you have many branches. Reacting to flow progress doesnât seems like that would be a problem, since the state_handler
logic in Prefect is very powerful. My use case also involved long running tasks (+ 30min) and async flows, and that worked just fine. At the end of the day, if you think of it as almost pure Python, with powerful orchestration in the backend, it definitely should be possible. I would love to hear the results of your experiments!Steven Das
01/06/2021, 4:20 PMwiretrack
01/06/2021, 4:23 PM