I need to have Receive activity which can receive my custom data. I found examples, but all use coded workflows like such
The situation: a workflow hosted in ASP.NET application using WorkflowServiceHost and contains durable delay. The workflow is currently inside the delay activity and was persisted into database.
I\'m currently using a BehaviorExtensionElement to load a ServiceBehavior where the ApplyDispatchBehavior method is set up as:
I have a Workflow Foundation 4 activity that has a InvokeMethod that is configur开发者_JAVA百科ed to call the Add method on an instance of type IList(Of String), providing a parameter of type String.
I have a workflow composed of many custom activities. All these activities need to access startup arguments of the workflow itself. I can define InArgument inside all these custom activities and bind
We are running several ASP.NET applications (one per customer) based on our custom framework (which just extend ASP.NET). Each web application use its own database (Initial Catalog in the term of co开
Still hacking away with extreme persistence at WF services hosted outside of IIS. I\'m now having issues with my WF service publishing metadata. Can someone take a look at my code and see what step I\
I would like to achieve the following: all the workflows created should have the same structure (validation, execution, save results), and all the developers should implement those three stages (maybe
I am working on a WF4 project for manager\'s to approve requests made to them for resources needed.I and am passing in an argument of a custom type, a class called \"Request\".The Request class contai
I`m gettin the following exception while invoking my workflow (dynamically): The following errors were encountered while processing the workflow tree: