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?: {} | null;
}[key: string]: string | null | undefined;
§Properties
§
Graph?: WorkflowGraph | null
[src]§
StartingEventBatchCondition?: StartingEventBatchCondition | null
[src]§
Statistics?: WorkflowRunStatistics | null
[src]§
Status?: WorkflowRunStatus | null
[src]