workflow-foundation
Easily navigate from CustomActivity in the designer to CustomActivity class file
If I double click on a CodeActivity step in the Workflow designer, visual studio navigates from the designer to the CodeActivity\'s handler.[详细]
2023-03-30 18:02 分类:问答Loading a Workflow Instance
Say I have a web application and in one page I need to upload a document.Then the document get\'s conve开发者_运维知识库rted into something else and then the user can see the converted document.[详细]
2023-03-30 05:46 分类:问答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 分类:问答Workflow Foundation Design Concerns/Considerations?
I am reviewing this technology but have a few design concerns that made me pause a few times. Can someone help straighten me up?[详细]
2023-03-29 09:53 分类:问答Editing RuleSets with RuleSetDialog
RuleSet class has Name and Description properties. Rule class has Name and Description properties. As far as I can see, using 开发者_JS百科RuleSetDialog form for runtime creation of RuleSets only ex[详细]
2023-03-27 22:13 分类:问答Problem in invoking a Workflow from Windows service.. stuck at waitHandle.WaitOne();
please look into the below code using System; using System.Collections.Generic; using System.Diagnostics;[详细]
2023-03-27 09:30 分类:问答How to get a stack trace when exception handling in Windows Workflow 3.5?
I am trying to figure out how to access a stack trace when a Fault Handler is invoked in Windows Workflow 3.5.The fault handler is hooked up to the following function:[详细]
2023-03-27 00:16 分类:问答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 分类:问答WebDeployment - Customize Build Template
We are using TFS 2010 to deploy a web application. We use the project settings of our web application to configure which iis-folder should be used, to copy the web-application.[详细]
2023-03-25 00:07 分类:问答Workflow Foundation: Designer is not working
When I try to open any activity in design mode designer fails with message \"The document contains errors that must be fixed before the designer can be loaded. Reload the designer after you have fixed[详细]
2023-03-24 04:21 分类:问答