workflow-foundation-4
Why is the Workflow Designer so extremely slow when editing build process templates?
There\'s not much more to add really than the above question. I have a fairly simple build process templ开发者_JS百科ate, which has hardly deviated from the default one.[详细]
2023-03-12 15:15 分类:问答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 分类:问答Alternative to use ExternalDataEventArgs on WF4
I\'m upgrading a StateMachine WorkFlow from 3.0 to 4.0, I also review the guidance that WF Team shipped last year, but I never hear开发者_高级运维d about changes on some classes that inherits from Ext[详细]
2023-03-11 20:10 分类:问答Activity cannot set a Variable defined within its scope?
This one is making me scratch my head, and I\'m wondering if I am understanding this correctly. I\'m trying to define a Variable within an Activity that can be used by child Activities.The Parent sho[详细]
2023-03-11 19:11 分类:问答workflow 4.0 persistence status change
I have submission web page, after submission i am sending the data to workflow to save it to the database this also stores the instance created by 开发者_运维知识库the workflow in workflow database. m[详细]
2023-03-11 05:30 分类:问答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 分类:问答Hosting xamlx Workflow service in IIS 7.5 errors out
I created the most basic webservice using the Receive/SendReply with WWF 4 (.Net 4). I am not posting the code since the problem is related with deployment.[详细]
2023-03-10 14:37 分类:问答