Values.WorkflowExecutionDetailSourceContains details about a workflow execution.
type nonrec t = {executionInfo : WorkflowExecutionInfo.t option;Information about the workflow execution.
*)executionConfiguration : WorkflowExecutionConfiguration.t option;The configuration settings for this workflow execution including timeout values, tasklist etc.
*)openCounts : WorkflowExecutionOpenCounts.t option;The number of tasks for this workflow execution. This includes open and closed tasks of all types.
*)latestActivityTaskTimestamp : Timestamp.t option;The time when the last activity task was scheduled for this workflow execution. You can use this information to determine if the workflow has not made progress for an unusually long period of time and might require a corrective action.
*)latestExecutionContext : Data.t option;The latest executionContext provided by the decider for this workflow execution. A decider can provide an executionContext (a free-form string) when closing a decision task using RespondDecisionTaskCompleted.
*)}type nonrec error = [ | `OperationNotPermittedFault of OperationNotPermittedFault.t| `UnknownResourceFault of UnknownResourceFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `OperationNotPermittedFault of OperationNotPermittedFault.t
| `UnknownResourceFault of UnknownResourceFault.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `OperationNotPermittedFault of OperationNotPermittedFault.t
| `UnknownResourceFault of UnknownResourceFault.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `String of Data.t
| `Structure of
(string
* [> `Boolean of Canceled.t
| `Enum of string
| `Integer of Count.t
| `List of [> `String of Tag.t ] list
| `String of DurationInSeconds.t
| `Structure of (string * [> `String of WorkflowId.t ]) list
| `Timestamp of Timestamp.t ])
list
| `Timestamp of Timestamp.t ])
list ]