Module Values.StepDetailSource

Combines the execution state and configuration of a step.

Sourcetype nonrec t = {
  1. stepConfig : StepConfig.t option;
    (*

    The step configuration.

    *)
  2. executionStatusDetail : StepExecutionStatusDetail.t option;
    (*

    The description of the step status.

    *)
}
Sourceval make : ?stepConfig:??? -> ?executionStatusDetail:??? -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t