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
§
closeStatus?: CloseStatus | null
[src]§
execution: WorkflowExecution
[src]§
executionStatus: ExecutionStatus
[src]§
parent?: WorkflowExecution | null
[src]§
workflowType: WorkflowType
[src]