Setting a pipeline parameter value from a snap in a pipeline

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2018 09:43 PM
How to save a value to the pipeline parameter from a snap in a same pipeline, so that the value can be accessed any where in the pipeline?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-23-2018 10:22 AM
Pipeline parameters are fixed during pipeline execution. I’ve shared some high-level alternatives that might help you solve the problem below and we might be able to provide more specific help if you could share more about the pipeline design.
Possible alternatives:
- Split the pipeline into smaller pipelines so new pipeline parameter values can be passed to child pipelines through Pipeline Execute snap as needed
- Read the pipeline parameter value into the document stream using a Mapper snap when it needs to change; this means the value now needs to stream through the rest of the pipeline to where it is needed
- If the value only changes between a set of known values, consider using an expression library instead
Reply
