ActivityTemplatePipelineTemplate table¶
This table links activity templates with pipeline templates. It is used to build the structure of a pipeline template, telling what activities are going to use, in which order and which parameters if necessary.
Column | Description | Format | Required |
---|---|---|---|
Id | Identifier of the link | int | |
ItemId | The global identifier of the link. It is unique within all the links in all the Sidra installations | uniqueidentifier | |
IdPipelineTemplate | The identifier of the pipeline template used | int | |
IdActivityTemplate | The identifier of the activity template used in the pipeline template | int | |
Order | The position of the activity inside the pipeline | int | |
Parameters | Parameters to replace in the activity template that are used across all pipelines that use this pipeline template | nvarchar(max) |
Last update:
2022-09-05