Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

EnterpriseCrmEventbusProtoTriggerCriteria

import type { EnterpriseCrmEventbusProtoTriggerCriteria } from "https://googleapis.deno.dev/v1/integrations:v1.ts";
interface EnterpriseCrmEventbusProtoTriggerCriteria {
condition?: string;
triggerCriteriaTaskImplementationClassName?: string;
}

§Properties

§
condition?: string
[src]

Required. Standard filter expression, when true the workflow will be executed. If there's no trigger_criteria_task_implementation_class_name specified, the condition will be validated directly.

§

Optional. To be used in TaskConfig for the implementation class.

§
triggerCriteriaTaskImplementationClassName?: string
[src]

Optional. Implementation class name. The class should implement the “TypedTask” interface.