Hi!
Is there a way to track a message all of its way through biztalk?
What I'm after is some kind of trackingID that is the same during all the msg transitions.
For exemple:
I receive the msg via the file adapter, parse it, then I send it to the EDI adapter, into an orchestration(transforming the msg), mapping, pipelines …
The messageID changes with every transaction… but maybe there is some other property that I can promote and that doesn't change during msg transformations …
thanks for any help!