Values.GetTaskRequestSourceGets a task.
type nonrec t = {farmId : FarmId.t;The farm ID of the farm connected to the task.
*)queueId : QueueId.t;The queue ID for the queue connected to the task.
*)jobId : JobId.t;The job ID of the job connected to the task.
*)stepId : StepId.t;The step ID for the step connected to the task.
*)taskId : TaskId.t;The task ID.
*)}