[Includes] Post-Function - Conditional Execution

It is possible to configure the post-function to execute (or not execute) only in specific circumstances. The Condition executional option sets this behavior.

  • Only if condition is true - Check this option to execute the post-function based on the result of a Groovy expression. See Conditional execution/validation using a Groovy expression for more information.

    • Condition - Enter a Groovy expression that evaluates to true or false (or truthiness/falseness).