Name | Type | Description | Notes |
---|---|---|---|
annotations | 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 | map[string,\Sajari\Model\PipelineStepParamBinding] | Bindings for the step parameters. | [optional] |
title | string | Title for the step. Overrides the default title. | [optional] |