Values.WorkflowExecutionFailedEventAttributesSourceProvides the details of the WorkflowExecutionFailed event.
type nonrec t = {reason : FailureReason.t option;The descriptive reason provided for the failure.
*)details : Data.t option;The details of the failure.
*)decisionTaskCompletedEventId : EventId.t option;The ID of the DecisionTaskCompleted event corresponding to the decision task that resulted in the FailWorkflowExecution decision to fail this execution. This information can be useful for diagnosing problems by tracing back the chain of events leading up to this event.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Long of EventId.t | `String of FailureReason.t ]) list ]