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