We've since updated to the composite trigger:
{
"type": "compound",
"triggers": [
{
"type": "event",
"match": {
"prefect.resource.id": "prefect.flow-run.*"
},
"match_related": {
"prefect.resource.id": [
"prefect.tag.tag1"
],
"prefect.resource.role": "tag"
},
"after": [],
"expect": [
"prefect.flow-run.TimedOut",
"prefect.flow-run.Failed",
"prefect.flow-run.Crashed"
],
"for_each": [
"prefect.resource.id"
],
"posture": "Reactive",
"threshold": 1,
"within": 0
},
{
"type": "event",
"match": {
"prefect.resource.id": "prefect.flow-run.*"
},
"match_related": {
"prefect.resource.id": [
"prefect.tag.tag2"
],
"prefect.resource.role": "tag"
},
"after": [],
"expect": [
"prefect.flow-run.TimedOut",
"prefect.flow-run.Failed",
"prefect.flow-run.Crashed"
],
"for_each": [
"prefect.resource.id"
],
"posture": "Reactive",
"threshold": 1,
"within": 0
}
],
"require": "all",
"within": 0
}
same action, same notification block, however the PD incident now look like what's shown in the screenshot. That is, it doesn't look like the body of the Action is getting the jinja vars materialized?