Ok, here’s the whole cenario, I need to run Transaction 1 which gives me ‘outRec’ with nearly 200 fields, then I need to map these fields to ‘inRec’ of Tran 2 (the field names are different from tran 1), now the tran 2 output is ‘outRec’ with different values, but the pipeline (even at development time in pipeline out section) is still holding the old outRec from tran1.
I think I can create a dummy record structure to hold the outRec temporarily, but the total values inside this outRec are just huge (200!!) and I need to map them from outRec to tempRecord first and then from tempRecord to inRec of tran2 and as you mentioned, there is a chance that this Transaction will be re generated for sure!!
#Integration-Server-and-ESB#webMethods#Universal-Messaging-Broker#broker