I\'ve a sample workflow application, which only have to display an activity an show on which step we are.
I\'ve to do a small test application, I want to suspend the application. I saw there is a \"SuspendActivity\" but I can\'t find it in .Net 4.0, so how I\'m supposed to pause my workflow and resume it
Folks, I\'ve been having some trouble with a WF4 problem. I\'m modeling a batch engine/work scheduler after Ron Jacobs\' demo in his endpoint.tv webcast (http://archive.msdn.microsoft.com/wf4BatchJob)
I have implemented workflow persistence participant promotion, just as it shown here on Microsoft\'s website:http://msdn.microsoft.com/en-us/library/ee364726%28VS.100%29.aspx and while everything seem
I\'m starting to work with workflow foundation and I\'m doing several tests to understand how it works.
I am writing a simple issue tracking system.I need to know how I can design a database allowing for dynamic workflows.
I am having an issue with Thread.CurrentPrincipal not being propagated开发者_C百科 from the main thread to the workflow application.
I have 7 workflow that need to execute; that need to run in certain order ? Is there any schedu开发者_StackOverflow中文版ling service for this in wf4 or any other approach i can use?
WorkflowInvoker invoker = new WorkflowInvoker(开发者_JAVA技巧new Workflow1()); for (int i = 0; i < 10; i++)
I\'m posting a part-question, part-rambling in the hope that it will generate discussion as well as answer my question, which is more a series of requirements if I\'m honest.