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

ExternalWorkflowExecutionSignaledEventAttributes

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

Provides the details of the ExternalWorkflowExecutionSignaled event.

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

§Properties

§
initiatedEventId: number
[src]

The ID of the SignalExternalWorkflowExecutionInitiated event corresponding to the SignalExternalWorkflowExecution decision to request this signal. 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 that the signal was delivered to.