10-22-2018 01:27 PM
Hopefully quick question as I debug a child pipeline:
Can I use pipeline variables in a Pipeline Execute snap while running in reuse
mode?
Thanks!
Andrew
10-22-2018 02:12 PM
You can, but the parameter values cannot change between documents. For example, if one of the parameters has the expression “$foo”, the value of “foo” must be the same in all the documents.
10-22-2018 02:24 PM
Ok, that’s what I thought. The pipeline is failing inexplicably when in “reuse” mode, even though the pipeline parameters are constants. Must be something else!