Biztalk Orchestration Question:
Download Questions PDF

Please explain when a persistence point occurs at the Orchestration level?

Biztalk Orchestration Interview Question
Biztalk Orchestration Interview Question

Answer:

The engine will save the state of an orchestration in the following circumstances:
☛ Send Shape (after a message is sent)
☛ Start Orchestration Shape
☛ Suspend Shape
☛ End of a Transactional Scope (atomic or long-running)
☛ An Orchestration Debugger breakpoint is hit
☛ Orchestration Engine determines that the instance needs to be dehydrated
☛ When the Orchestration Engine is shut down; through the controlled shutdown of the host or abnormal circumstances. The engine tries to persist but if that fails, the Orchestration instance will resume from the last successful persistence point.

Download Biztalk Orchestration Interview Questions And Answers PDF

Previous QuestionNext Question
Do you know how to route binary data?Do you know what is the difference between written property and promoted property?