Home Page › Forums › BizTalk 2004 – BizTalk 2010 › Atomic transaction Orchestration › Re: Atomic transaction Orchestration
November 26, 2008 at 12:27 AM
#21257
No… I will use code blocks for database operations. and transaction context will propogate. (i know that SQL adapter does not support transactions)
I beleive so.
But the behaviour I’m looking for – Is to be able to add new orchestrations for new TradeTypes without recompiling the Broker orchestration.
The broker has [If-Else-Else] Shape. And it needs to be changed when new trade types appear.
All I need – is routing with transaction support… Or maybe some magic in the Broker orchestration which will allow me to call child orchestrations without specifiing it.