Values.TaskRunSessionActionDefinitionSourceThe task, step, and parameters for the task run in the session action.
type nonrec t = {taskId : TaskId.t option;The task ID.
*)stepId : StepId.t option;The step ID.
*)parameters : TaskParameters.t option;The task parameters.
*)}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 ]