Last active
May 16, 2016 20:14
-
-
Save calebhailey/94be04adf0dd496aedd8ef8b96e72553 to your computer and use it in GitHub Desktop.
Only execute a handler on event resolution
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"filters": { | |
"resolve": { | |
"negate": false, | |
"attributes": { | |
"action": "resolve" | |
} | |
} | |
} | |
} |
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
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.