...
Table of Contents | ||||
---|---|---|---|---|
|
Overview
Pipeline parameters properties refer to the configurable settings, variables, or inputs you use to customize the behavior of a pipeline. These parameters provide a means of making pipelines more adaptable, maintainable, and reusable by allowing you to configure their behavior without altering the core logic of the pipeline. When you add a new pipeline, you initialize its properties.
...
To update the properties of an existing pipeline, view the pipeline and click the Edit Pipeline Properties icon ( ) on the toolbar. Note that you cannot update all fields. The pipeline properties dialog includes the following tabs:
Settings
...
Label | Required. The name for the Pipeline. The Pipeline name must be unique within the Project and must not exceed 100 characters. | ||
---|---|---|---|
Project | Required. The Project in which you save the Pipeline, displayed as <project_space>/<project_name>. All necessary resources (such as files and Accounts) must be within the same Project unless they are part of the Shared project.
| ||
Type |
| ||
Resumable Mode | Select this checkbox to convert your pipeline into a resumable pipeline, which pauses when an error occurs and can be resumed at the point of error later. Learn more: Resumable Pipelines | ||
Error Pipeline | The pipeline that handles any error documents produced by this Pipeline. | ||
Error Pipeline Parameters | Key-value pairs containing parameters to pass to the Error Pipeline if an error occurs. | ||
Parameters | Key-value pairs containing parameters to pass to this Pipeline during execution. If the Capture checkbox is selected, the Pipeline parameter value is displayed in the Pipeline Execution Statistics window on SnapLogic Dashboard, when the Pipeline run is started by a Task or by another Pipeline using the PipeExecute Snap. The keys and values of a Pipeline parameter can contain alphanumeric characters only. You can also specify the values for the parameters within a Task that runs this Pipeline. To use the value of the parameter as part of an expression within a Snap, you must prefix the parameter name with the underscore character ( _ ). For example, if the parameter name is To use the same account in multiple Pipelines, you can reference the account credentials using an expression in a Pipeline parameter value.
| ||
Expression Libraries | The list of expression libraries to import and use with this Pipeline.
Learn more: Expression Libraries | ||
Cache Pipelines | The data to pre-cache in a Cache Pipeline. The alias and corresponding pipeline to run and store the data under the provided alias.. You can access this cache with Pipeline Cache properties, where you can call it from the cache and filter the conditions to return back the data specified by the function. This reference provides the full document from the match to then use the output from the target match. |
Info |
---|
TIP: You can use captured Pipeline parameter values and Error Pipeline parameter values to search for a Pipeline in the Pipeline wall on the Dashboard. For details, see Pipeline Search/Pipeline Filter. |
...
Pipeline parameters in this tab are populated after the Pipeline is saved. If you added new parameters since the last time you saved the Pipeline, save the Pipeline again to update this tab.
Key | The name of the Pipeline parameter as specified in the Parameters section (Key). |
---|---|
Type | The data type of the parameter. Choose one of the following data types from the dropdown list:
Default value: string Learn more: Data Types |
Description | A description of the parameter. This description is included in the auto-generated API document about the Pipeline’s properties. Default value: None |
Required | Specifies whether the parameter is required. Default value: Not selected |
Info
...
Notes | Additional information about this |
---|
pipeline. | |
Purpose | The purpose of this |
---|
pipeline. | |
Author | The creator of the |
---|
pipeline. If you are adding a new |
pipeline, this field is prepopulated with your username or email address. | |
Doc Link | The link to the documentation about this |
---|
pipeline (if any). |
...
Related Content:
...