Jump to Content

This API Documentation is now deprecated

We are excited to announce our new API Documentation.

Interface ExternalWorkflowExecutionSignaledEventAttributes

Provides the details of the ExternalWorkflowExecutionSignaled event.

Hierarchy

  • ExternalWorkflowExecutionSignaledEventAttributes

Properties

initiatedEventId: undefined | number

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: undefined | WorkflowExecution

The external workflow execution that the signal was delivered to.