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

GetWorkflowRunRequest

import type { GetWorkflowRunRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface GetWorkflowRunRequest {
IncludeGraph?: boolean | null;
Name: string;
RunId: string;
}

§Properties

§
IncludeGraph?: boolean | null
[src]

Specifies whether to include the workflow graph in response or not.

§
Name: string
[src]

Name of the workflow being run.

§
RunId: string
[src]

The ID of the workflow run.