workflow-foundation-4
Question reg. Parallel activity in workflow
Currently I see the parallel activity in WF 4.0 get completed either both the branches are completed or a certain condition is met but the activity I\'m looking for should behave like this if any of t[详细]
2023-03-22 23:57 分类:问答Windows Workflow 4 Set Properies?
I have an InvokeMethod activity in a Sequence for \"MyObject\", and run MethodName \"MyMethod\". The Method takes no parameters, but MyMethod expects a value to be there. If I was calling the object f[详细]
2023-03-22 12:36 分类:问答Persisting values in windows workflow foundation 4.0
I\'ve a windows workflow service that is hosted in a console application. I have a count variable in the service and the value is incremented in each call, how I can make the count value to be persist[详细]
2023-03-22 11:32 分类:问答Windows workflow error handling
In side the WF, I want to move into upper activities based on the error code receive at catch activity.[详细]
2023-03-22 09:13 分类:问答Monitoring and tracking workflowapplication instances
We created our custom workflow host that use workflowapplication instances. Now we are working in monitoring and tracking, and as far as I know the solution for both is using a TrackingParticipant. I[详细]
2023-03-21 09:41 分类:问答take the value of outArgument in activity to another activity
By this : http://msdn.microsoft.com/en-us/library/dd489442.aspx but the only diffenet that I make the workflow using a XAML file.[详细]
2023-03-21 06:16 分类:问答Obtain ServiceDeploymentId in TrackingParticipant
In WF4, I\'ve created a descendant of TrackingParticipant. In the Track method, record.InstanceId gives me the GUID of the workflow instance.[详细]
2023-03-21 02:45 分类:问答c# access idle workflow data
I have a workflow applicat开发者_Python百科ion which is use sql persistence for the idled workflows and I am using PersistenceParticipant in order to store some values of the idle workflows. I want to[详细]
2023-03-20 23:08 分类:问答WF4 Sequence vs Flowchart
From my initial experimentation with WF4, it appears that the Flowchart can represent a workflow equally well as a Sequence flow, although the reverse is not necessarily true. If this is correct (and[详细]
2023-03-20 16:22 分类:问答Load workflow in 2 aspx pages
I am working on an ASP .net project. I have 2 pages. In the first page i have the following code which creates a new workflow[详细]
2023-03-20 06:21 分类:问答