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

MarkerRecordedEventAttributes

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

Provides the details of the MarkerRecorded event.

interface MarkerRecordedEventAttributes {
decisionTaskCompletedEventId: number;
details?: string | null;
markerName: string;
}

§Properties

§
decisionTaskCompletedEventId: number
[src]

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the RecordMarker decision that requested this marker. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

§
details?: string | null
[src]

The details of the marker.

§
markerName: string
[src]

The name of the marker.