triggerCriteria

@JvmName(name = "ctiabjpffvugouwc")
suspend fun triggerCriteria(value: Output<EnterpriseCrmEventbusProtoTriggerCriteriaArgs>)
@JvmName(name = "aiieugpbayrvrsbv")
suspend fun triggerCriteria(value: EnterpriseCrmEventbusProtoTriggerCriteriaArgs?)

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.


@JvmName(name = "wcwvlkpsxgwtrxiq")
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.