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

ActivityStartedEventDetails

import type { ActivityStartedEventDetails } from "https://aws-api.deno.dev/v0.3/services/stepfunctions.ts?docs=full";

Contains details about the start of an activity during an execution.

interface ActivityStartedEventDetails {
workerName?: string | null;
}

§Properties

§
workerName?: string | null
[src]

The name of the worker that the task is assigned to. These names are provided by the workers when calling "GetActivityTask".