ConditionGroupConfiguration class

The conditions group associated with the transition.

Properties

conditionGroups List<ConditionGroupConfiguration>
The nested conditions of the condition group.
final
conditions List<WorkflowRuleConfiguration>
The rules for this condition.
final
hashCode int
The hash code for this object.
no setterinherited
operation ConditionGroupConfigurationOperation?
Determines how the conditions in the group are evaluated. Accepts either ANY or ALL. If ANY is used, at least one condition in the group must be true for the group to evaluate to true. If ALL is used, all conditions in the group must be true for the group to evaluate to true.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

copyWith({List<ConditionGroupConfiguration>? conditionGroups, List<WorkflowRuleConfiguration>? conditions, ConditionGroupConfigurationOperation? operation}) ConditionGroupConfiguration
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, Object?>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited