I am trying out Workflow Foundation 4.Is it possible to show the workflow while it is running, with some sort of indicator of state (e.g. green box around activity = running)?The workflow would have t
I am new to .NET 4 and I am looking for a way to design a custom activity that accepts a list of some type (in my example FormInput). So, each instance of this activity can hold its own private list o
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 have long running workflow which runs for 3-5 minutes; I want to give flexibility to end user to Cancel/Stop/Abort workflow while开发者_运维百科 workflow is in execution. How can I do this ?
I havea console application project which is a workflow service self hosted using WorkflowServiceHost. It contains a flowchart workflow definition (xaml) and some custom activities in cs files. This a
I\'m starting to work with workflow foundation and I\'m doing several tests to understand how it works.
I am having an issue with Thread.CurrentPrincipal not being propagated开发者_C百科 from the main thread to the workflow application.