Values.ExternalWorkflowExecutionCancelRequestedEventAttributesSourceProvides the details of the ExternalWorkflowExecutionCancelRequested event.
type nonrec t = {workflowExecution : WorkflowExecution.t option;The external workflow execution to which the cancellation request was delivered.
*)initiatedEventId : EventId.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Long of EventId.t
| `Structure of (string * [> `String of WorkflowId.t ]) list ])
list ]