Passing a table from a subworkflow to the parent workflow
Hi,
I'm trying to call a subworkflow, that queries the nms:recipient table, based on varying variables passed into the sub workflow. This all works fine, but when returning to the parent workflow, I can't do much with it. Trying to do things like enrich it, or even something as basic as split it. I get errors generally relating to missing schema definitions, i.e.
XTK-170024 The temporary 'temp:subworkflow-jumpin' schema is not defined in the current context.
Is there any way I can tell it what it's being passed is the result of a query on nms:recipient, or is there some other configuration that's required?