workflow-foundation-4
How to access global variables from a custom code activity?
Just getting started with WF4. Ran into a p开发者_运维问答roblem with passing some text from a native code activity (located in the middle of a sequential workflow) onto the next (xaml-based) activit[详细]
2023-04-03 12:28 分类:问答What is the MaxSimultaneousWorkflows replacement?
MAIN QUESTION: I am using Workflow Foundation 4.0 in which the WorkflowRuntime has been replaced by the WorkflowApplication as a workflow host for a single instance.[详细]
2023-04-03 11:55 分类:问答How can we resume a persisted workflow in wf 4?
I have a workflow with one state machine. I persist my workflow in half way. Now I want to reload this workflow and resume the work. What is the solution?[详细]
2023-04-02 13:07 分类:问答Correlate a graphical recieve with another one inside a code activity
you could imagine an xaml service that exposes a receive activity. This is the first activity in my worklow. Behind this receive there are simple activities asInitializateCorrelation\", \"ass开发者_St[详细]
2023-04-01 21:17 分类:问答Workflow foundation: Get the termination reason in Asp .net
Is there any way to get the Termination Reason that is inserted into the TerminateWorkflow activity inside an ASP .NET application?. For example the following doesnt works.[详细]
2023-04-01 13:13 分类:问答Multiple receive activities with the same operation name and signature
I have two Receive activities that both have the same operation name and signature (parameters).Is there a way t开发者_如何学运维o correlate a request to the workflow service to a specific Receive act[详细]
2023-03-31 02:29 分类:问答Resume the bookmark after a value to change
Please I really need help, I just post this https://stackoverflow.com/questions/7217897/questions-about-activities-scenario-in-wf but nobody answered.[详细]
2023-03-31 02:07 分类:问答How do I access a workflow service in silverlight?
I have one worflow service named GetDataWorkflowService.xamlx that I want to use in Silverlight. When I add a service reference to my application, it gives a message \'This Operation is not supported[详细]
2023-03-30 19:49 分类:问答"CorrelationResponse context should not be null" in window workflow 4.0
I am developing a windows workflow 4 service that has multiple receives. I am handling all the exceptions and there isnt any unhandled exception thrown by the service. I have two reply activities one[详细]
2023-03-30 17:27 分类:问答How to pass parameter to DynamicActivity hosted in WorkflowServiceHost?
How can I pass in parameter to a DynamicActivity (loaded using ActivityXamlServices) that is hosted using WorkflowServiceHost? I know I can pass in parameter to the initia开发者_C百科l Receive activit[详细]
2023-03-30 16:37 分类:问答