I have an Xlate with several procs in the pre and several in the post procs. Based on certain conditions of a message, I am creating a new / 2nd message in the pre-procs, but will need that message to skip the 1st proc in the post-proc after the xlate but still pass through the other procs in the post-proc of the Xlate.
Because of the nature of the size and functions performed by the one proc, I don’t want to modify it, so is there a way to skip over the proc in the post-procs of an Xlate?
Thanks in Advance!