Question - What are the transaction types in the BizTalk server?
Answer -
BizTalk Orchestration engine has the ability of exception handling and recovery from failed transactions. There are two types of transactions,
- Atomic transactions - if a transaction is not successfully complete, it enables the transaction to roll back to the previous state automatically
- Long-running transactions - provides custom scope-based exception handling and nesting transactions