WorkflowExecutionDetail
import type { WorkflowExecutionDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/swf.ts";interface WorkflowExecutionDetail {
executionConfiguration: WorkflowExecutionConfiguration;
executionInfo: WorkflowExecutionInfo;
latestActivityTaskTimestamp?: Date | number | null;
latestExecutionContext?: string | null;
openCounts: WorkflowExecutionOpenCounts;
}§Properties
§
executionConfiguration: WorkflowExecutionConfiguration
[src]§
executionInfo: WorkflowExecutionInfo
[src]§
openCounts: WorkflowExecutionOpenCounts
[src]