Base Process Queue¶
This template is the base template for any pipeline step that processes the items in a work queue using a queue processor. After the queue entries are processed, additional pipeline batches are run (if specified).
Tip
This template is a base template. It is not likely that you will ever create items based directly on this template.
Template Information¶
| Template name | Base Process Queue Pipeline Step | 
| Base template | Base Pipeline Step | 
| Field | Description | 
|---|---|
Queue processor | 
The queue processor to use. 
 | 
Post-process pipeline batches | 
The pipeline batches to run after all of the queue 
entries have been processed. 
 | 
Plugin Information¶
ParentPipelineContextSettings | 
Provides access to the current pipeline context to the 
pipeline batches specified in the  
Post-process pipeline batchesfield. 
This pipeline step creates this plugin and adds it to the new 
pipeline context that is passed to the specified pipeline 
batches. 
 |