Skip to end of banner
Go to start of banner

Preconditions Settings

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 10 Next »

There are several ways in which preconditions can be evaluated in the context of a post function:

  • Ignore precondition (By default every precondition is ignored which means that the post function will always be performed)

  • True (Precondition must be true to execute a post function)

  • False (Precondition must be false to execute a post function)

  • No labels