Values.ExecutionDetailsSourceThe details of the actions taken and results produced on an artifact as it passes through stages in the pipeline.
type nonrec t = {summary : ExecutionSummary.t option;The summary of the current status of the actions.
*)externalExecutionId : ExecutionId.t option;The system-generated unique ID of this action used to identify this job worker in any external systems, such as CodeDeploy.
*)percentComplete : Percentage.t option;The percentage of work completed on the action, represented on a scale of 0 to 100 percent.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of Percentage.t | `String of ExecutionSummary.t ])
list ]