Values.GetWorkflowRunRequestSourceReturns information about a specified run of a workflow.
type nonrec t = {spaceName : NameString.t;The name of the space.
*)id : Uuid.t;The ID of the workflow run. To retrieve a list of workflow run IDs, use ListWorkflowRuns.
*)projectName : GetWorkflowRunRequestProjectNameString.t;The name of the project in the space.
*)}val make :
spaceName:NameString.t ->
id:Uuid.t ->
projectName:GetWorkflowRunRequestProjectNameString.t ->
unit ->
t