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.
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
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.
I am developing a WF4 application. The workflows are hosted in an ASP.NET website. For development, I am using IIS express.
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:
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
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
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
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
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.