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" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That did the trick, pretty useful.
Thanks.