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:
Basically, I have a point in my workflow where after a document has been sent and a number of things will/might happen.
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 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
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
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:
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