match Conditions
Parameters
value
A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run.
Parameters
values
A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run.
suspend fun matchConditions(argument: List<suspend RulesEngineMatchConditionArgsBuilder.() -> Unit>)
suspend fun matchConditions(vararg argument: suspend RulesEngineMatchConditionArgsBuilder.() -> Unit)
Parameters
argument
A list of match conditions that must meet in order for the actions of this rule to run. Having no match conditions means the actions will always run.