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

ActivityTaskCancelRequestedEventAttributes

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

Provides the details of the ActivityTaskCancelRequested event.

interface ActivityTaskCancelRequestedEventAttributes {
activityId: string;
decisionTaskCompletedEventId: number;
}

§Properties

§
activityId: string
[src]

The unique ID of the task.

§
decisionTaskCompletedEventId: number
[src]

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