I have 7 workflow that need to execute; that need to run in certain order ? Is there any schedu开发者_StackOverflow中文版ling service for this in wf4 or any other approach i can use?
i\'m trying to create Sharepoint Task using new workflow foundation with existing content type for specific user.
I am trying to create a designer for a custom WF4 activity with the Expand/Collapse ability with the following characteristics:
I am trying to create a custom activity for WF4 that host a child activity and pass some arguments to its child activity. I attach below a simplified version of my activities (Parent and Child)
My te开发者_如何学Cam has been tasked with designing a web application that is workflow driven. I need some advice regarding the design.
I just successfully implemented a WF4 \"versioning\" system using WCF\'s Routing Service.I had a version1 workflow service to which I added a new Decision activity and saved it as a version2 service.S
I\'m running a persistable Workflow in an MVC 3 Application, which is working out well, but when the workflow is completed, a WorkflowApplicationCompletedException is thrown. The Workflow is completed
I have a self-hosted WF 4 service that\'s making use of the SqlWorkflowInstanceStore. I\'m configuring it like so:
I\'m getting a SOAP exception telling: \"The header \'OleTxTransaction\' from the namespace \'http://schemas.microsoft.com/ws/2006/02/tx/oletx\' was not understood by the recipient of this message, ca
I\'ve got a project with entity framework model in. This model works , because it is also a source in our wcf ria application. ( server)