Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.17 KB

PipelineStep.md

File metadata and controls

16 lines (12 loc) · 1.17 KB

Com.Sajari.Sdk.Model.PipelineStep

Step creates a pipeline step.

Properties

Name Type Description Notes
Annotations List<string> Annotations added to the request when the step is run. [optional]
Condition string A condition expression to determine if the step should be run. This is a filter expression much like the query filter expression, but it acts upon the pipeline variables. For example, to only run the step if the pipeline `q` variable is not empty, set this to `q != ''`. [optional]
Description string Description for the step. Overrides the default description. [optional]
Id string ID of the step template.
Params Dictionary<string, PipelineStepParamBinding> Bindings for the step parameters. [optional]
Title string Title for the step. Overrides the default title. [optional]

[Back to Model list] [Back to API list] [Back to README]