Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface SignalExternalWorkflowExecutionInitiatedEventAttributes

Provides the details of the SignalExternalWorkflowExecutionInitiated event.

Hierarchy

  • SignalExternalWorkflowExecutionInitiatedEventAttributes

Properties

control?: string

Data attached to the event that can be used by the decider in subsequent decision tasks.

decisionTaskCompletedEventId: undefined | number

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

input?: string

The input provided to the signal.

runId?: string

The runId of the external workflow execution to send the signal to.

signalName: undefined | string

The name of the signal.

workflowId: undefined | string

The workflowId of the external workflow execution.