- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Thanks for sharing the details.
1. In main workflow, after enrichment activity add subworkflow activity.
2. In Subworkflow, you already have the access to events variables and to access temp variables which you have added in enrichment activity get the schema definition passed to the first jump activity of subworkflow. For this you need to create one variable which hols the schema definition(schema.element) .
3. Once you have the elementXML , Loop to populate Temp schema
Hope this will help !
Thanks,
Kapil Kochar