SignalExternalWorkflowExecutionFailedEventAttributes
Provides the details of the SignalExternalWorkflowExecutionFailed
event.
Types
Properties
The cause of the failure. This information is generated by the system and can be useful for diagnostic purposes.
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.
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.
The workflowId
of the external workflow execution that the signal was being delivered to.