Versions Compared

Key

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

If you are using preconditions with a JSU post function, they you can be evaluated in use the following waysoptions to define how the precondition is evaluated:

  • Ignore precondition (By default every ): 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)

    Example of precondition settings as described on this page.Image Modified

The precondition setting is available on our post function configuration pages, and it is set to ‘Ignore’ by default. You can learn more about our preconditions in Workflow Preconditions. See the Preconditions for Post Functions uses cases for examples.