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

EnterpriseCrmEventbusProtoNextTask

import type { EnterpriseCrmEventbusProtoNextTask } from "https://googleapis.deno.dev/v1/integrations:v1.ts";

The task that is next in line to be executed, if the condition specified evaluated to true.

interface EnterpriseCrmEventbusProtoNextTask {
condition?: string;
description?: string;
label?: string;
taskConfigId?: string;
taskNumber?: string;
}

§Properties

§

Combined condition for this task to become an eligible next task. Each of these combined_conditions are joined with logical OR. DEPRECATED: use condition

§
condition?: string
[src]

Standard filter expression for this task to become an eligible next task.

§
description?: string
[src]

User-provided description intended to give more business context about the next task edge or condition.

§
label?: string
[src]

User-provided label that is attached to this edge in the UI.

§
taskConfigId?: string
[src]

ID of the next task.

§
taskNumber?: string
[src]

Task number of the next task.