_snip_condExecution_Server
You can optionally specify a logical expression to define the circumstances (or conditions) under which the post function should be executed.
The result of the logical expression must return a boolean value of either:
true
 → the post function will be executedfalse
 → the post function will not be executed