workflow-foundation
Where do I start with developing a Silverlight app using Windows Workflow Foundation?
We are starting out with the development of a Silverlight app that will make use of Windows Workflow Foundation (WF4). Our workflows are long-running. We plan to use the tracking and persistence funct[详细]
2023-03-12 14:15 分类:问答Must a Receive Activity have a corresponding SendReply Activity?
I leared here that in order to declare FaultContracts you had to have a SendReply activity in your workflow that returns object of type FaultException.[详细]
2023-03-12 07:03 分类:问答Problem developing WF4 application - The requested resource has moved to the one of the following locations
I am developing a WF4 application. The workflows are hosted in an ASP.NET website. For development, I am using IIS express.[详细]
2023-03-12 05:25 分类:问答How to decide what does and doesn't get persisted in a workflow
I have a question with regards to persistence of value states in a persisted workflow. I have two properties inside one of my Extension classes:[详细]
2023-03-11 23:19 分类:问答Which Activity to use to represent a long wait for a document in my WF app?
Basically, I have a point in my workflow where after a document has been sent and a number of things will/might happen.[详细]
2023-03-11 22:23 分类:问答Programmatically creating an Assign in a Flowchart Workflow
I need to programmatically define a serializable flowchart Windows Workflow that accepts input arguments and returns a result.I understand how to create these workflows using a designer, but I need to[详细]
2023-03-10 22:40 分类:问答Window Workflow SendReceive Activity timeout issue
I have hosted a state machine Worklow as a WCF se开发者_运维技巧rvice..And the workflow is called in an ASP.NET code. I used netTcpContextBinding for workflow hosting. Problem is that if a SendRecieve[详细]
2023-03-09 18:44 分类:问答WF4, Promoted Properties, and Collections
What\'s the recommendation when needing to query an WF4 instance store for a collection of data? For example, my workflow has a collection of Step objects that will be used to dis开发者_Go百科play to[详细]
2023-03-09 17:26 分类:问答Problem consuming WF Service hosted in IIS from Silverlight Client
I\'m trying to consume a WF Service hosted in IIS express (xamlx) from a Silverlight Client. I added my service reference and when I use the client proxy, I get this:[详细]
2023-03-09 06:18 分类:问答Deleting app_offline during TFS 2010 build
I have a custom TFS Build process for my Web Application Project, which also does a publish.To accomplish this I attempt to delete the current publish location before copying over the compiled sources[详细]
2023-03-09 00:48 分类:问答