Values.GetWorkflowStepExecutionRequestSourceGet the runtime information that was logged for a specific runtime instance of the workflow step.
type nonrec t = {stepExecutionId : WorkflowStepExecutionId.t;Use the unique identifier for a specific runtime instance of the workflow step to get runtime details for that step.
*)}val to_value :
t ->
[> `Structure of (string * [> `String of WorkflowStepExecutionId.t ]) list ]