workflow-foundation-4
WF 4.0 correlate separate services
I have an application that has a designer component that creates WF workflow services. These services are than saved as .xamlx files in a directory and with relevant changes to web.config.None of the[详细]
2023-03-30 01:44 分类:问答Get a reference to the workflow from inside the workflow
I want my workflow to Abort开发者_如何学JAVA after failing some tests. How can I get a reference to the workflow I am in so that I have something to call abort on.[详细]
2023-03-29 03:57 分类:问答Implementing multi-threading in workflows
I\'m aware a single workflow instance run in a single thread at a time. I\'ve a workflow with two receive activities inside a pick activity. Message correlation is implemented to make sure the request[详细]
2023-03-28 13:29 分类:问答Resume bookmark against workflow service
I\'m using WF4 and have a w开发者_JS百科orkflow service in which I have created a custom activity that creates a bookmark to wait for additional user input.When hosting the workflow with a WorkflowApp[详细]
2023-03-28 10:18 分类:问答Workflow with two receive activities and correlation
I\'ve a workflow that has two receive activities in a pick activity. Whenever I get a reque开发者_运维技巧st in the first request activity the workflow has to create a new instance while if the second[详细]
2023-03-27 11:31 分类:问答WF4 - Rehosted workflow designer - Localization
Is there a 开发者_如何转开发way to do localization on a rehosted workflow designer? If so, how?Being the designer part of .NET framework, it is localized when a localized version of .NET framework is[详细]
2023-03-27 11:29 分类:问答Question reg. durable duplex and parallelism in workflow foundation 4
I\'ve two workflows hosted as services and from workflow-1 I\'m invoking the other one workflow-2 through durable duplex. The workflow-1 sends two requests two workflow-2 creating two instances and ke[详细]
2023-03-27 02:19 分类:问答WF4 AssignActivity - Multi line statement breaks designer
I am using the WF4 designer to build a custom activity. Whenever I try to assign a multi line statement to the \'Value\' property in an Assign activity within the designer and rebuild my project the[详细]
2023-03-26 20:18 分类:问答Using Workflow Foundation in MVC3 to handle Page Flow (as in a Wizard)
I want to decouple the MVC web pages, and the order in which they are displayed.Generally speaking, I think these are the scenarios I need to address, but I\'m lot locked into a particular way of thin[详细]
2023-03-26 12:18 分类:问答Show a popup message after completion of WorkFlow 4 from the controller MVC
I am a beginner in WorkFlow 4 (WF 4), I am running through a serious issue using it in MVC 3, I couldn\'t find the answer online.[详细]
2023-03-25 04:38 分类:问答