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

WorkflowExecutionCanceledEventAttributes

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

Provides the details of the WorkflowExecutionCanceled event.

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

§Properties

§
decisionTaskCompletedEventId: number
[src]

The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the CancelWorkflowExecution 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.

§
details?: string | null
[src]

The details of the cancellation.