Solved
Forum Discussion
pmancevski
4 years agoNew Contributor III
Hi @aprabhav,
There are couple of ways to achieve this and also I’m assuming that in the child pipeline you have some separate logic for transaction data and you can know which one has dependency. Fastest solution i can think of is
With the router you will separate the data between master data and transaction data, “Gate” snap will not complete executing until the execution of all upstream Snaps is done. After that in the mapper you can get only transaction data ($input1[0]), which you separate before in the router.
Thanks,
Pero M.
- aprabhav4 years agoNew Contributor III
Thanks a lot, Pero. This helped and it worked. Thanks again!!!