Values.BatchUpdateTaskItemSourceThe details of a task to update in a batch update operation.
type nonrec t = {farmId : FarmId.t;The farm ID of the task to update.
*)queueId : QueueId.t;The queue ID of the task to update.
*)jobId : JobId.t;The job ID of the task to update.
*)stepId : StepId.t;The step ID of the task to update.
*)taskId : TaskId.t;The task ID of the task to update.
*)targetRunStatus : TaskTargetRunStatus.t;The run status with which to start the task.
*)}