I have two activities in the sequence which in a transactionscope which has isolationlevel – serailizeable and 1 min timeout. But when I run the workflow its never commiting to the database. both activities commit data to databases. when I debug there is no error with the acitivites.
one similar issue: http://social.msdn.microsoft.com/Forums/en-US/windowsworkflowfoundation/thread/22fa47c7-65a6-4295-a779-8c5beedd9bcb?prof=required
Microsoft confirms that WF 4.0 does not support long running workflows inside transactionscope.
Refer this post