I have 2 methods on a workflow service hosted in WorkflowServiceHost. The first method is called and starts the regular workflow sequence - talking to other web services, database work etc but on som
I am working with few simple xoml workflow (.NET 3.5), and I want to add few simple commen开发者_运维百科t and note on the xoml file.
I know WF designer has re-hosting capability. Since it\'s WPF-b开发者_运维知识库ased, I thought it might be rehostable in web, using silverlight.
Somewhat similar to this question, except we haven\'t decided that we\'re going with WF yet. I\'m working on designing a system that requires a series of decisions and activities on a \"work object,\
What is the best way to g开发者_开发百科et error messages from a WF4 workflow back to a hosting ASP.NET MVC application?I need the workflow to not terminate, but continue to be active, and then pass a
I have struggled for so long to find a开发者_运维技巧 compelling use case for workflow (ie: WF) as against regular imperative programming. Each time I fall back to the conclusion that I should just le
I need to write a workflow that monitors the status of an object. (It could wait for days or hours for a state to change)
I am developing an app using WF hosted in IIS as WCF services as a business layer. This runs quickly on any machine running Windows Server 2008 R2, but very slowly on ou开发者_JAVA百科r dev machines,
I need to write a plugin for Dynamics CRM 4.0 that executes when a closed opportunity is reopened in order to change the salesstagecode.My questions are:
I have a bunch of Workflow foundation 4.0 RC code activities that consume web services and talk to databases that I want to add some error handling in.