How do I access database from WF4?
- by Patrol02
Hi Guys,
I host a wcf workflow service within my ASP.NET MVC2 application.
I need to be able to load/save data inside my workflow (WF4).
How it can be done? Should I just instantiate my Entity Framework context within my activities and read/write?
Cheers.