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

ExternalWorkflowExecutionCancelRequestedEventAttributes

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

Provides the details of the ExternalWorkflowExecutionCancelRequested event.

interface ExternalWorkflowExecutionCancelRequestedEventAttributes {
initiatedEventId: number;
workflowExecution: WorkflowExecution;
}

§Properties

§
initiatedEventId: number
[src]

The ID of the RequestCancelExternalWorkflowExecutionInitiated event corresponding to the RequestCancelExternalWorkflowExecution decision to cancel this external workflow execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.

§
workflowExecution: WorkflowExecution
[src]

The external workflow execution to which the cancellation request was delivered.