Values.TaskRunSessionActionDefinitionSummarySourceThe details of a task run in a session action.
type nonrec t = {taskId : TaskId.t option;The task ID.
*)stepId : StepId.t option;The step ID.
*)parameters : TaskParameters.t option;The parameters of a task run in a session action.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `Structure of (string * [> `String of IntString.t ]) list ])
list
| `String of TaskId.t ])
list ]