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

DecisionTaskStartedEventAttributes

import type { DecisionTaskStartedEventAttributes } from "https://aws-api.deno.dev/v0.4/services/swf.ts?docs=full";

Provides the details of the DecisionTaskStarted event.

interface DecisionTaskStartedEventAttributes {
identity?: string | null;
scheduledEventId: number;
}

§Properties

§
identity?: string | null
[src]

Identity of the decider making the request. This enables diagnostic tracing when problems arise. The form of this identity is user defined.

§
scheduledEventId: number
[src]

The ID of the DecisionTaskScheduled event that was recorded when this decision task was scheduled. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.