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

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]
§
continuedExecutionRunId?: string | null
[src]
§
executionStartToCloseTimeout?: string | null
[src]
§
input?: string | null
[src]
§
lambdaRole?: string | null
[src]
§
parentInitiatedEventId?: number | null
[src]
§
parentWorkflowExecution?: WorkflowExecution | null
[src]
§
tagList?: string[] | null
[src]
§
taskList: TaskList
[src]
§
taskPriority?: string | null
[src]
§
taskStartToCloseTimeout?: string | null
[src]
§
workflowType: WorkflowType
[src]