Boolean value
See also: Rule value
Resolver – Abstract
Purpose: Defines a static 'truth value' (true or false) with the Boolean type.
►IMPORTANT◄ All resolvers for Static values ignore the input value. Within a resolver chain (see Verketteter Wertauflöser) this prevents the processing of all preceding resolvers (if any).
The Boolean value resolver defines a static 'truth value' (true or false) with Boolean type in the context of a value configuration.
It appears by default as a suggestion for value configurations that are expected to have a Boolean value.
A new instance of the Boolean value resolver return false as a default value (see above).
►NOTE◄ If a Boolean value is not to be determined statically but by evaluating a condition or 'rule', the Rule value resolver is helpful.
Example
In the context of an event handling that affects the Users, the user account present as an input value is to be deactivated.
As soon as the respective 'Active' (active) field has been selected within the Set value event action shown, the Boolean value resolver is suggested for the right side of the assignment.
For the user account to be disabled in context, the right side of the assignment must be false. The added Boolean value resolver returns this value by default.