Values.GetWorkflowRequestSourceGets all information about a workflow using its ID. If a workflow is shared with you, you cannot export the workflow. For more information about your workflow status, see Verify the workflow status in the Amazon Web Services HealthOmics User Guide.
type nonrec t = {id : WorkflowId.t;The workflow's ID.
*)type_ : WorkflowType.t option;The workflow's type.
*)export : WorkflowExportList.t option;The export format for the workflow.
*)workflowOwnerId : WorkflowOwnerId.t option;The ID of the workflow owner.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of [> `Enum of string ] list
| `String of WorkflowId.t ])
list ]