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

StartWorkflowRunRequest

import type { StartWorkflowRunRequest } from "https://aws-api.deno.dev/v0.3/services/glue.ts?docs=full";
interface StartWorkflowRunRequest {
Name: string;
RunProperties?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
Name: string
[src]

The name of the workflow to start.

§
RunProperties?: {
[key: string]: string | null | undefined;
}
| null
[src]

The workflow run properties for the new workflow run.