Reputation: 1037
I have couple of Receive and Send ports, they are working fine except one of them.
So do we have any way by which I can debug or look at the sequence in which the ports are executed and get the details as to why that particular port is not working?
Upvotes: 2
Views: 579
Reputation: 14471
Turn on tracking on your orchestration. In the management console group hub look at 'tracked message events'. You can also view the progress within an orchestration. Right click on an orchestration tracking event and you can find orchestration debugger there.
Upvotes: 1