Skip to content

Instantly share code, notes, and snippets.

@calebhailey
Last active May 16, 2016 20:14
Show Gist options
  • Save calebhailey/94be04adf0dd496aedd8ef8b96e72553 to your computer and use it in GitHub Desktop.
Save calebhailey/94be04adf0dd496aedd8ef8b96e72553 to your computer and use it in GitHub Desktop.
Only execute a handler on event resolution
{
"filters": {
"resolve": {
"negate": false,
"attributes": {
"action": "resolve"
}
}
}
}
@calebhailey
Copy link
Author

This is an inclusive filter that will only allow a handler to be executed on event resolution. Please see the event data specification for more information on the event action attribute.

@jamengual
Copy link

That did the trick, pretty useful.

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment