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

DecisionTask

import type { DecisionTask } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/swf.ts";
interface DecisionTask {
events: HistoryEvent[];
nextPageToken?: string | null;
previousStartedEventId?: number | null;
startedEventId: number;
taskToken: string;
workflowExecution: WorkflowExecution;
workflowType: WorkflowType;
}

§Properties

§
nextPageToken?: string | null
[src]
§
previousStartedEventId?: number | null
[src]
§
startedEventId: number
[src]
§
taskToken: string
[src]
§
workflowExecution: WorkflowExecution
[src]
§
workflowType: WorkflowType
[src]