Values.StepDetailSourceCombines the execution state and configuration of a step.
type nonrec t = {stepConfig : StepConfig.t option;The step configuration.
*)executionStatusDetail : StepExecutionStatusDetail.t option;The description of the step status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `String of XmlStringMaxLen256.t
| `Structure of
(string
* [> `List of
[> `String of XmlString.t
| `Structure of
(string * [> `String of XmlString.t ]) list ]
list
| `String of XmlString.t
| `Structure of
(string * [> `String of XmlString.t ]) list ])
list
| `Timestamp of Date.t ])
list ])
list ]