Benoit Perigaud
08/15/2024, 11:22 AM{
"type": "event",
"match": {
"prefect.resource.id": "prefect.flow-run.*"
},
"match_related": {
"prefect.resource.name": [
"*-extract"
],
"prefect.resource.role": "flow"
},
"after": [],
"expect": [
"prefect.flow-run.Crashed",
"prefect.flow-run.Failed"
],
"for_each": [
"prefect.resource.id"
],
"posture": "Reactive",
"threshold": 1,
"within": 0
}
I have flows with the name xyz-extract
which failed but nothing was triggered.