Values.ActionContextSourceRepresents the context of an action in the stage of a pipeline to a job worker.
type nonrec t = {name : ActionName.t option;The name of the action in the context of a job.
*)actionExecutionId : ActionExecutionId.t option;The system-generated unique ID that corresponds to an action's execution.
*)}