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

WorkflowRun

import type { WorkflowRun } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/glue.ts";
interface WorkflowRun {
CompletedOn?: Date | number | null;
ErrorMessage?: string | null;
Graph?: WorkflowGraph | null;
Name?: string | null;
PreviousRunId?: string | null;
StartedOn?: Date | number | null;
StartingEventBatchCondition?: StartingEventBatchCondition | null;
Statistics?: WorkflowRunStatistics | null;
Status?: WorkflowRunStatus | null;
WorkflowRunId?: string | null;
WorkflowRunProperties?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
CompletedOn?: Date | number | null
[src]
§
ErrorMessage?: string | null
[src]
§
Graph?: WorkflowGraph | null
[src]
§
Name?: string | null
[src]
§
PreviousRunId?: string | null
[src]
§
StartedOn?: Date | number | null
[src]
§
StartingEventBatchCondition?: StartingEventBatchCondition | null
[src]
§
Statistics?: WorkflowRunStatistics | null
[src]
§
Status?: WorkflowRunStatus | null
[src]
§
WorkflowRunId?: string | null
[src]
§
WorkflowRunProperties?: {
[key: string]: string | null | undefined;
}
| null
[src]