Feliks Krawczyk
09/09/2019, 4:09 AMwith Flow('dummy prefect job') as flow:
SendStatusTask('running')
DoSomthethingTask()
SendStatusTask('finished')
SendStatusTask('failed')
But I don’t exactly know the correct way of doing the triggers in Prefect land?