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

GoogleCloudIntegrationsV1alphaNextTask

import type { GoogleCloudIntegrationsV1alphaNextTask } 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 GoogleCloudIntegrationsV1alphaNextTask {
condition?: string;
description?: string;
displayName?: string;
taskConfigId?: string;
taskId?: string;
}

§Properties

§
condition?: string
[src]

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

§
description?: string
[src]

User-provided description intended to give additional business context about the task.

§
displayName?: string
[src]

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

§
taskConfigId?: string
[src]

ID of the next task.

§
taskId?: string
[src]

Task number of the next task.