The GovernanceBoolList is used in relation to a GovernanceWorkflow e.g. to specify a set of conditions for a GovernanceTransition to take place.
The GovernanceBoolList returns either true or false and can be used to tell:
- if an action should run
- if the transition should be visible
A GovernanceBoolList can contain several GovernanceBoolMethods, and if just one returns false the Condition will return false.