Forum Discussion
2 Replies
- HarlemNew Contributor
I’m assuming that you’re interested in having your pipeline evaluate an incoming document and based on the result execute another pipeline.
You can follow Supratim suggestion and include a router with two outputs, each executing a “Pipeline Execute” snap.
Another option is to use a Mapper or a Conditional snap to evaluate the document, assign a value where the value is the Pipeline name you’re interested in executing and then connect the “Pipeline Execute” snap with the pipeline name as a parameter. This makes the pipeline more dynamic and slimmer.