Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Name

Default

Description

UI Setting

Query

The query filters the set of item for which you want to rerun the step. Use the standard Squirro query syntax.

Providing a query is optional. If no query is provided, the step runs on all the items of the data sources that are configured to use this pipeline workflow.

Run linked steps

FalseTrue

Check to run any linked steps that are required for ingesting and enriching the data successfully.

Enrichments of the step you are rerunning are not persisted if you omit running the linked steps. Omitting linked steps is meant for development and testing purposes, to check that items successfully run through the enrichment step.

Note

Please be aware that when you add a new step to a pipeline workflow, you are not able to access its Rerun option unless you save the pipeline workflow and then hit refresh the page.

Example

...

In the above screenshot, we submit the query source_type:ZIP. The query selects items that were indexed using a ZIP data source. The rerun will not affect any other items from data sources that are configured to use this workflow. By checking the Run linked steps option, the 5 steps linked to the Proximity Filter step will also run upon clicking the RERUN button.

...