There are several ways in which preconditions can be evaluated in the context of a post functionIf you are using preconditions with a JSU post function, you can use the following options 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 always performed)
True (: Precondition must be true to execute a post function)
False (: Precondition must be false to execute a post function)
...
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.