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

WorkflowGraph

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

The workflow graph.

interface WorkflowGraph {
readonly nodes?: WorkflowNode[];
}

§Properties

§
readonly nodes?: WorkflowNode[]
[src]

Output only. The workflow nodes.