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

ActivityTask

import type { ActivityTask } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/swf.ts";
interface ActivityTask {
activityId: string;
activityType: ActivityType;
input?: string | null;
startedEventId: number;
taskToken: string;
workflowExecution: WorkflowExecution;
}

§Properties

§
activityId: string
[src]
§
activityType: ActivityType
[src]
§
input?: string | null
[src]
§
startedEventId: number
[src]
§
taskToken: string
[src]
§
workflowExecution: WorkflowExecution
[src]