Values.RuleExecutionResultSourceExecution result information, such as the external execution ID.
type nonrec t = {externalExecutionId : ExternalExecutionId.t option;The external ID for the rule execution.
*)externalExecutionSummary : ExternalExecutionSummary.t option;The external provider summary for the rule execution.
*)externalExecutionUrl : Url.t option;The deepest external link to the external resource (for example, a repository URL or deployment endpoint) that is used when running the rule.
*)errorDetails : ErrorDetails.t option;}val to_value :
t ->
[> `Structure of
(string
* [> `String of ExternalExecutionId.t
| `Structure of (string * [> `String of Code.t ]) list ])
list ]