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

GetActivityTaskInput

import type { GetActivityTaskInput } from "https://aws-api.deno.dev/v0.3/services/stepfunctions.ts?docs=full";
interface GetActivityTaskInput {
activityArn: string;
workerName?: string | null;
}

§Properties

§
activityArn: string
[src]

The Amazon Resource Name (ARN) of the activity to retrieve tasks from (assigned when you create the task using "CreateActivity".)

§
workerName?: string | null
[src]

You can provide an arbitrary name in order to identify the worker that the task is assigned to. This name is used when it is logged in the execution history.