Biztalk Orchestration Question:
Tell us can we prevent Orchestration from entering a suspended state?
Answer:
Any exception which is not caught within the exception handlers of the orchestration causes the orchestration instance to be moved to the Suspended state. By applying the appropriate error handling in an orchestration it can be prevented entering the Suspended state.
Previous Question | Next Question |
Please explain design patterns in Orchestration? | Explain how to Promote Property inside an Orchestration? |