Skip to end of banner
Go to start of banner

Cond_execution

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The conditional execution parameter is used to specify whether a post function should only be executed based on predefined conditions.

The result of the logical expression must return a boolean value of either:

  • true (the post function will be executed)  
  • false (the post function will not be executed)

Useful examples of logical expressions can be found here: Logical expressions


  • No labels