Values_0.CreateHumanTaskUiRequestSourceDefines the settings you will use for the human review workflow user interface. Reviewers will see a three-panel interface with an instruction area, the item to review, and an input area.
type nonrec t = {humanTaskUiName : HumanTaskUiName.t;The name of the user interface you are creating.
*)uiTemplate : UiTemplate.t;}val make :
?tags:??? ->
humanTaskUiName:HumanTaskUiName.t ->
uiTemplate:UiTemplate.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of HumanTaskUiName.t
| `Structure of (string * [> `String of TemplateContent.t ]) list ])
list ]