Hi all,
In the orchestration of my BizTalk application, it will start a parallel shape immediately. After the parallel ends, it will go to other expression on the main branch.
There are 2 branches in the parallel. Each of them start with receiving a file, and then transform the receiced file. After that, the parallel will end.
But I find that the parallel seems never end. It won't go to the main branch after the file transformation end. I've tried to add expression for writing log. Two expressions are located after the files transformation and one expression after the parallel end. For the first 2 expressions, it can write the log properly. But for the latter one, it can write.
Does it mean that there is something wrong with the parallel
Please help. Thanks!