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?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
HI @raininglemons ,
You are facing this problem because Adobe Campaign doesn't recognize the temporary schema 'temp:subworkflow-jumpin'. To secure that data from the subworkflow can be used in the parent workflow I share with you some possible steps to solve the issue:
-Be sure you select the nms:recipient schema at the end of the subworkflow so the parent workflow knows what type of data is coming out.
- Use an Enrichment activity to map the temporary data to the right schema (nms:recipient) after the subworkflow..
-Use JavaScript if you want to clean data and make it more usable, processing it as nms:recipient.
- Check the transitions and test how it works.
Kind regards,
Celia
Views
Replies
Total Likes
HI @raininglemons ,
You are facing this problem because Adobe Campaign doesn't recognize the temporary schema 'temp:subworkflow-jumpin'. To secure that data from the subworkflow can be used in the parent workflow I share with you some possible steps to solve the issue:
-Be sure you select the nms:recipient schema at the end of the subworkflow so the parent workflow knows what type of data is coming out.
- Use an Enrichment activity to map the temporary data to the right schema (nms:recipient) after the subworkflow..
-Use JavaScript if you want to clean data and make it more usable, processing it as nms:recipient.
- Check the transitions and test how it works.
Kind regards,
Celia
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies