Values.ExecutionResultsSourceSpecifies the steps in the workflow, as well as the steps to execute in case of any errors during workflow execution.
type nonrec t = {steps : ExecutionStepResults.t option;Specifies the details for the steps that are in the specified workflow.
*)onExceptionSteps : ExecutionStepResults.t option;Specifies the steps (actions) to take if errors are encountered during execution of the workflow.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `String of StepResultOutputsJson.t
| `Structure of
(string
* [> `Enum of string
| `String of ExecutionErrorMessage.t ])
list ])
list ]
list ])
list ]