This task calls another pipeline.
Call other pipeline
Description
Contains a description of the task, enter the reason for its existence here.
JSON key: description
Default value: Blank
Pipeline
Select the pipeline to call - the tasks in the pipeline will be called.
JSON key: pipeline
Default value: None
JSON Configuration
Below is a set of example configuration.
Code Block |
---|
{
"pipeline": "validate_content",
"description": "Perform validation",
"class": "io.ceptor.pipeline.tasks.CallPipelineTask"
} |