With WC开发者_StackOverflowF, we can create services that can accept leverage HTTP POST and simple accept an XElement as it\'s parameter. I\'d like to do something similar with a workflow service so t
Is there a way to prevent a WCF 3.5 workflow from being persisted?I have an issue where some items in the workflow can开发者_开发技巧not be serialized so I need to block persistence.Is there a way do
Receive activ开发者_运维技巧ities in WF4 can take two kind of values, Message or Parameters. Does anybody know the different between these two?
Using a code activity (i.e. activity built out of C#) we can add category attributes to our properties and display them nicely in the property grid of the workflow designer e.g.
My custom activity has a delay that will need to be set 开发者_JAVA技巧different values at different times. The first time it is set, it might be 5 seconds. The second time, it might be 10 seconds, an
For a web based order workflow application I am considering whether or not to use windows workflow foundation. Essentially the status of an order may be considered as approx. one column in a database.
we are planing to develop a wf server with Microsoft WF4 the requirements is to create a end user designer for the workflows , client application so every user track the tasks
I\'ve done quite a bit of WF development using 3.5 over the last few years, but am just now ramping up on WF in 4.0. I have a TDD bent, and while WF 3.5开发者_运维百科 was difficult at times to unit t
I\'m building an app to manage employees\' holiday requests, with Windows Workflow Foundation handling the core logic. I want to develop a simple workflow that will be started when a request is create
I need to decorate all the activities shown in designer with some icons or other pictures. is t开发者_如何学Gohere any way to show all activities with some decoration (lets say cross \"X\" as picture