Values_0.JobNodeDetailsSourceThe details of a Job node present in the workflow.
type nonrec t = {jobRuns : JobRunList.t option;The information for the job runs represented by the job node.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of NullableBoolean.t
| `Double of NullableDouble.t
| `Enum of string
| `Integer of AttemptCount.t
| `List of
[> `Structure of
(string * [> `String of NameString.t ]) list ]
list
| `Map of
([> `String of GenericString.t ]
* [> `String of GenericString.t ])
list
| `String of IdString.t
| `Structure of
(string * [> `Integer of NotifyDelayAfter.t ]) list
| `Timestamp of TimestampValue.t ])
list ]
list ])
list ]