Values.WorkflowSummarySourceInformation about a workflow.
type nonrec t = {id : Uuid.t option;The system-generated unique ID of a workflow.
*)name : String_.t option;The name of the workflow.
*)sourceRepositoryName : SourceRepositoryNameString.t option;The name of the source repository where the workflow definition file is stored.
*)sourceBranchName : SourceRepositoryBranchString.t option;The name of the branch of the source repository where the workflow definition file is stored.
*)definition : WorkflowDefinitionSummary.t option;Information about the workflow definition file.
*)createdTime : SyntheticTimestamp_date_time.t option;The date and time the workflow was created, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
*)lastUpdatedTime : SyntheticTimestamp_date_time.t option;The date and time the workflow was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339
*)runMode : WorkflowRunMode.t option;The run mode of the workflow.
*)status : WorkflowStatus.t option;The status of the workflow.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of Uuid.t
| `Structure of (string * [> `String of String_.t ]) list
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]