Values.TaskObjectSourceContains information about a pipeline task that is assigned to a task runner.
type nonrec t = {taskId : TaskId.t option;An internal identifier for the task. This ID is passed to the SetTaskStatus and ReportTaskProgress actions.
*)pipelineId : Id.t option;The ID of the pipeline that provided the task.
*)attemptId : Id.t option;The ID of the pipeline task attempt object. AWS Data Pipeline uses this value to track how many times a task is attempted.
*)objects : PipelineObjectMap.t option;Connection information for the location where the task runner will publish the output of the task.
*)}