Values.DescribedWorkflowSourceDescribes the properties of the specified workflow
type nonrec t = {arn : Arn.t option;Specifies the unique Amazon Resource Name (ARN) for the workflow.
*)description : WorkflowDescription.t option;Specifies the text description for the workflow.
*)steps : WorkflowSteps.t option;Specifies the details for the steps that are in the specified workflow.
*)onExceptionSteps : WorkflowSteps.t option;Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
*)workflowId : WorkflowId.t option;A unique identifier for the workflow.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of TagKey.t
| `Structure of
(string
* [> `Enum of string
| `Integer of CustomStepTimeoutSeconds.t
| `List of
[> `Structure of
(string * [> `String of S3TagKey.t ]) list ]
list
| `String of WorkflowStepName.t
| `Structure of
(string
* [> `Structure of
(string * [> `String of S3Bucket.t ])
list ])
list ])
list ])
list ]
list
| `String of Arn.t ])
list ]