Values.GetWorkflowResponseSourceGets 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 = {arn : WorkflowArn.t option;The workflow's ARN.
*)id : WorkflowId.t option;The workflow's ID.
*)status : WorkflowStatus.t option;The workflow's status.
*)type_ : WorkflowType.t option;The workflow's type.
*)name : WorkflowName.t option;The workflow's name.
*)description : WorkflowDescription.t option;The workflow's description.
*)engine : WorkflowEngine.t option;The workflow's engine.
*)definition : WorkflowDefinition.t option;The workflow's definition.
*)main : WorkflowMain.t option;The path of the main definition file for the workflow.
*)digest : WorkflowDigest.t option;The workflow's digest.
*)parameterTemplate : WorkflowParameterTemplate.t option;The workflow's parameter template.
*)storageCapacity : GetWorkflowResponseStorageCapacityInteger.t option;The default static storage capacity (in gibibytes) for runs that use this workflow or workflow version.
*)creationTime : WorkflowTimestamp.t option;When the workflow was created.
*)statusMessage : WorkflowStatusMessage.t option;The workflow's status message.
*)metadata : WorkflowMetadata.t option;Gets metadata for the workflow.
*)accelerators : Accelerators.t option;The computational accelerator specified to run the workflow.
*)storageType : StorageType.t option;The default storage type for runs using this workflow.
*)uuid : WorkflowUuid.t option;The universally unique identifier (UUID) value for this workflow.
*)containerRegistryMap : ContainerRegistryMap.t option;The registry map that this workflow is using.
*)readme : ReadmeS3PresignedUrl.t option;The README content for the workflow, providing documentation and usage information.
*)definitionRepositoryDetails : DefinitionRepositoryDetails.t option;Details about the source code repository that hosts the workflow definition files.
*)readmePath : ReadmePath.t option;The path to the workflow README markdown file within the repository. This file provides documentation and usage information for the workflow. If not specified, the README.md file from the root directory of the repository will be used.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `ConflictException of ConflictException.t| `InternalServerException of InternalServerException.t| `RequestTimeoutException of RequestTimeoutException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ServiceQuotaExceededException of ServiceQuotaExceededException.t| `ThrottlingException of ThrottlingException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val make :
?arn:??? ->
?id:??? ->
?status:??? ->
?type_:??? ->
?name:??? ->
?description:??? ->
?engine:??? ->
?definition:??? ->
?main:??? ->
?digest:??? ->
?parameterTemplate:??? ->
?storageCapacity:??? ->
?creationTime:??? ->
?statusMessage:??? ->
?tags:??? ->
?metadata:??? ->
?accelerators:??? ->
?storageType:??? ->
?uuid:??? ->
?containerRegistryMap:??? ->
?readme:??? ->
?definitionRepositoryDetails:??? ->
?readmePath:??? ->
unit ->
tval error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of AccessDeniedException.t
| `ConflictException of ConflictException.t
| `InternalServerException of InternalServerException.t
| `RequestTimeoutException of RequestTimeoutException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceQuotaExceededException of ServiceQuotaExceededException.t
| `ThrottlingException of ThrottlingException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of GetWorkflowResponseStorageCapacityInteger.t
| `Map of
([> `String of WorkflowParameterName.t ]
* [> `String of TagValue.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `String of WorkflowParameterDescription.t ])
list ])
list
| `String of WorkflowArn.t
| `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of Uri_.t ]) list ]
list
| `String of ConnectionArn.t
| `Structure of
(string
* [> `Enum of string | `String of SourceReferenceValue.t ])
list ])
list
| `Timestamp of WorkflowTimestamp.t ])
list ]