Values.DescribeExecutionResponseSourceYou can use DescribeExecution to check the details of the execution of the specified workflow. This API call only returns details for in-progress workflows. If you provide an ID for an execution that is not in progress, or if the execution doesn't match the specified workflow ID, you receive a ResourceNotFound exception.
type nonrec t = {workflowId : WorkflowId.t option;A unique identifier for the workflow.
*)execution : DescribedExecution.t option;The structure that contains the details of the workflow' execution.
*)}type nonrec error = [ | `InternalServiceError of InternalServiceError.t| `InvalidRequestException of InvalidRequestException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServiceError of InternalServiceError.t
| `InvalidRequestException of InvalidRequestException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `ServiceUnavailableException of ServiceUnavailableException.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of WorkflowId.t
| `Structure of
(string
* [> `Enum of string
| `String of ExecutionId.t
| `Structure of
(string
* [> `List of
[> `Long of PosixId.t
| `Structure of
(string
* [> `Enum of string
| `String of StepResultOutputsJson.t
| `Structure of
(string
* [> `Enum of string
| `String of ExecutionErrorMessage.t ])
list ])
list ]
list
| `Long of PosixId.t
| `String of Role.t
| `Structure of (string * [> `String of S3Bucket.t ]) list ])
list ])
list ])
list ]