Our new Appfire Documentation Space is now live!

Take a look here! If you have any questions please email support@appfire.com

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

Precondition Configuration

Preconditions can be configured in a several ways:

  • A result of a precondition can be negatedĀ 
  • A result of a precondition can be combined with a result of previous preconditions using the following ways:
    • Discard the result of previous precondition (Results of the previous preconditions are not taken into account)
    • ANDĀ (All of the preconditions have to be true to allow execute a post function)
    • OR (Only one of the preconditions has to be true to allow execute a post function)

  • No labels