Versions Compared

Key

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

Precondition Configuration

Preconditions can be configured in a several You can configure JSU’s preconditions in the following ways:

  • A result of a precondition can be negated 
  • A result of a precondition can be combined with a

    Negate the precondition result

  • Combine the result with the result of previous preconditions using the following

    ways

    options:

    • Discard the result of the previous precondition

      (

      : Results of the previous preconditions are not taken into account

      )

    • AND (

      AND: All of the preconditions have to be true to

      allow

      execute

      a

      the post function

      )

    • OR

      (

      : Only one of the preconditions has to be true to

      allow

      execute

      a

      the post function

      )

...

...

Learn more in Workflow preconditions.