Hey - prefect 1.0 question. Is there a way for me...
# prefect-community
b
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
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