We are strongly considering using Workflow Foundation 4 in our products, however must support both SQL Server and Oracle. Doe开发者_开发技巧s anyone know an Oracle Instance Store provider for Workflow
I want to develop a workflow for sharepoint linked to a custom list. The work flow will be based on a field of the list that represents the state. I have looked for good tutorials on the Internet, but
I need to create a custom workflow for use in Sharepoint 2007. The crux of it is that a workflow task will be created in SP when the workflow is started and if that task isn\'t complete in X minutes,
Is there a way to call a custom made workflo开发者_StackOverfloww activity from within a CodeActivity? I have created some helpful activities (like sending emails and then writing to a log) that I use
I was wondering if there are any existing solutions for unit-testing Windows Workflow Foundation workflows that run in SharePoint context.
I\'m studying Microsoft WF sampl开发者_如何学Goes and have found that they serializing/deserializing workflows that are not finished to hold its state. I don\'t like it as workflow is a process and it
I am in the process to implement a Windows Service which is hosting a \"Sequential Workflow\" (Windows Workflow-Foundation).
All Is there any way I can serialize Workflow and save i开发者_如何学Pythonn database and load it later on ?
I\'m using a hosted windows workflow sequential workflow. When running the workflow, the child activities aren\'t activated.
I\'m looking for some good real-world examp开发者_C百科les of interaction between Windows Presentation Foundation and Workflow Foundation. Most of the WF tutorials I see demonstrate use within console