Values.SessionActionDefinitionSourceThe definition of the session action.
type nonrec t = {envEnter : EnvironmentEnterSessionActionDefinition.t option;The environment to enter into.
*)envExit : EnvironmentExitSessionActionDefinition.t option;The environment to exit from.
*)taskRun : TaskRunSessionActionDefinition.t option;The task run in the session.
*)syncInputJobAttachments : SyncInputJobAttachmentsSessionActionDefinition.t
option;The session action definition for syncing input job attachments.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Map of
([> `String of String_.t ]
* [> `Structure of
(string * [> `String of IntString.t ]) list ])
list
| `String of EnvironmentId.t ])
list ])
list ]