Hi! I <asked Marvin> but he didn’t help. Would any...
# prefect-cloud
b
Hi! I asked Marvin but he didn’t help. Would anyone know why this Prefect Cloud automation trigger never triggers?
Copy code
{
  "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.