Hi,
I am building a business process in biztalk. There are mutiple orchestration which are executed during the processing of a message. Sometimes, any of it may encountere an error and the service instance is suspended. Now, if i have to redeploy the orchestration due to some error fix,
Is there any way to resume the the very same suspended instance , If yes the how? (Biztalk do not allow to deploy if there are any service instances alive)
If not then what should be done in this case. One option is to save the message, terminate the instance, redeploy and execute again. Is ther any other way?
Thanks in advance for any help or suggestions.