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

WorkflowExecutionInfo

import type { WorkflowExecutionInfo } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/swf.ts";
interface WorkflowExecutionInfo {
cancelRequested?: boolean | null;
closeStatus?: CloseStatus | null;
closeTimestamp?: Date | number | null;
execution: WorkflowExecution;
executionStatus: ExecutionStatus;
parent?: WorkflowExecution | null;
startTimestamp: Date | number;
tagList?: string[] | null;
workflowType: WorkflowType;
}

§Properties

§
cancelRequested?: boolean | null
[src]
§
closeStatus?: CloseStatus | null
[src]
§
closeTimestamp?: Date | number | null
[src]
§
executionStatus: ExecutionStatus
[src]
§
parent?: WorkflowExecution | null
[src]
§
startTimestamp: Date | number
[src]
§
tagList?: string[] | null
[src]
§
workflowType: WorkflowType
[src]