WorkflowExecutionStartedEventAttributes
import type { WorkflowExecutionStartedEventAttributes } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/swf.ts";interface WorkflowExecutionStartedEventAttributes {
childPolicy: ChildPolicy;
continuedExecutionRunId?: string | null;
executionStartToCloseTimeout?: string | null;
input?: string | null;
lambdaRole?: string | null;
parentInitiatedEventId?: number | null;
parentWorkflowExecution?: WorkflowExecution | null;
tagList?: string[] | null;
taskList: TaskList;
taskPriority?: string | null;
taskStartToCloseTimeout?: string | null;
workflowType: WorkflowType;
}§Properties
§
childPolicy: ChildPolicy
[src]§
parentWorkflowExecution?: WorkflowExecution | null
[src]§
workflowType: WorkflowType
[src]