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 SignalWorkflowExecutionInput

Hierarchy

Properties

domain: undefined | string

The name of the domain containing the workflow execution to signal.

input?: string

Data to attach to the WorkflowExecutionSignaled event in the target workflow execution's history.

runId?: string

The runId of the workflow execution to signal.

signalName: undefined | string

The name of the signal. This name must be meaningful to the target workflow.

workflowId: undefined | string

The workflowId of the workflow execution to signal.