trigger Criteria
Parameters
value
Optional. When set, Eventbus will run the task specified in the trigger_criteria and validate the result using the trigger_criteria.condition, and only execute the workflow when result is true.
suspend fun triggerCriteria(argument: suspend EnterpriseCrmEventbusProtoTriggerCriteriaArgsBuilder.() -> Unit)
Parameters
argument
Optional. When set, Eventbus will run the task specified in the trigger_criteria and validate the result using the trigger_criteria.condition, and only execute the workflow when result is true.