WF State Persistence Collision.

Posted by jlafay on Stack Overflow See other posts from Stack Overflow or by jlafay
Published on 2010-05-10T15:27:52Z Indexed on 2010/05/21 12:40 UTC
Read the original article Hit count: 259

How does WF service handle possible between WF runtime persisting/resuming and a client call calling the next service method/activity in the workflow?

I'm new to WF and I'm developing a back-end service that will be put into production for internal use at work. How does WF handles such a scenario? Does it restart the WF runtime on a separate thread than the thread that is concurrently storing state?

© Stack Overflow or respective owner

Related posts about persistence

Related posts about .net-4.0