Values.GetWorkflowRequestSourceReturns information about a workflow.
type nonrec t = {spaceName : NameString.t;The name of the space.
*)id : Uuid.t;The ID of the workflow. To rerieve a list of workflow IDs, use ListWorkflows.
*)projectName : GetWorkflowRequestProjectNameString.t;The name of the project in the space.
*)}val make :
spaceName:NameString.t ->
id:Uuid.t ->
projectName:GetWorkflowRequestProjectNameString.t ->
unit ->
t