RequestCancelExternalWorkflowExecutionFailedEventAttributes
Provides the details of the RequestCancelExternalWorkflowExecutionFailed
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 RequestCancelExternalWorkflowExecution
decision for this cancellation request. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
The ID of the RequestCancelExternalWorkflowExecutionInitiated
event corresponding to the RequestCancelExternalWorkflowExecution
decision to cancel this external workflow execution. 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 to which the cancel request was to be delivered.