Wait for Quorum

On a prompt action, specify whether to await a quorum of responses before continuing to the subsequent event action on a prompt action:

  • False: Voting remains open, no messages are expired, and Timeout and Timeout Destination are ignored.
  • True: Execution is adjourned until a quorum is attained.
  • Default: When Quorum is not specified, the default is TRUE. When Quorum is specified with a positive value, the default is TRUE. When Quorum is specified with a non-positive value, the default is FALSE.

When you click OK to return to the Event Actions form, and you have not selected Default, the system "wraps" this content within a WAITFORQUORUM( ) parameter, which yields this final syntax:

WAITFORQUORUM( TRUE ) or WAITFORQUORUM( FALSE )