Module Values.GetWorkflowStepExecutionRequestSource

Get the runtime information that was logged for a specific runtime instance of the workflow step.

Sourcetype nonrec t = {
  1. stepExecutionId : WorkflowStepExecutionId.t;
    (*

    Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.

    *)
}
Sourceval context_ : string
Sourceval make : stepExecutionId:WorkflowStepExecutionId.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of WorkflowStepExecutionId.t ]) 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