Forum Discussion
tstack
9 years agoFormer Employee
Unfortunately, it’s not really possible at this time, but it’s something we should try to support. You can sort-of workaround it by passing an object in through a single parameter with JSON.stringify() and then unpacking it in the child pipeline with JSON.parse(). But, the child pipelines would have to be designed to accept parameters that way.