Values.StepExecutionStatusDetailSourceThe execution state of a step.
type nonrec t = {state : StepExecutionState.t option;The state of the step.
*)creationDateTime : Date.t option;The creation date and time of the step.
*)startDateTime : Date.t option;The start date and time of the step.
*)endDateTime : Date.t option;The completion date and time of the step.
*)lastStateChangeReason : XmlString.t option;A description of the step's current state.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string | `String of XmlString.t | `Timestamp of Date.t ])
list ]