I'm trying to use some subpipeline branching, but I can't seem to get the Subpipeline stage to work fully.
If I set the Pipeline parameter of that stage to something like SubPipeline1, it'll branch to SubPipeline1 just fine.
But I was hoping to be able to set the value of Pipeline in some previous stage, and whenever I try that, I get processing errors stating that Pipeline "" can't be found.
The big picture is that we're trying to apply synonyms to first names. But we'd like to use different synonym lists based on gender. The plan was to use the gender attribute to set the Pipeline value, and then have the gender specific processing done in the appropriate subpipeline.