Generated Record
The Start Pipelines origin creates an orchestration record that includes information about the pipelines that it starts.
| Field Name | Description | 
|---|---|
| orchestratorTasks | List Map field that contains task details for the orchestration pipeline. Most orchestration stages add details about their completed tasks within this field. | 
| <unique task name> | List Map field within the orchestratorTasksfield that
                contains the following fields:
 | 
| <pipeline ID> | List Map field within the pipelineResultsfield that provides
                details about each pipeline. Contains the following fields:
 | 
For example, the following preview shows information provided by a Start Pipelines origin
            with the Load_ADLS task name. The origin runs one pipeline in the
            background: 

Note that the startedSuccessfully and pipelineStatus
            fields indicate that pipeline was started successfully. There is no
                finishedSuccessfully field because the pipeline has not yet
            completed. 
For an example of an orchestration record, see Example.