https://prefect.io logo
Title
b

Ben Muller

08/22/2022, 2:41 AM
Hey - prefect 1.0 question. Is there a way for me to do a
try except
over my entire flow ( many tasks included ) so that I can log this to a third party ? I know I can send slack notifications through the automations but I am looking for something more granular where I can share metadata about the flow and not have to query the GraphQlApi. I would like this to be part of the flow itself.
a

Anna Geller

08/22/2022, 10:33 AM
Probably the orchestrator pattern might be a good place to start exploring - tasks like
create_flow_run
,
wait_for_flow_run
and the
FlowRunView
object that gets returned