Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

    . It

    which means that the post function will be always performed)

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

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

Learn more inĀ Workflow preconditions.