I am new to using AppFabric to host WF services. I am trying to write a workflow admin application that will allow users to create xaml workflow definitions using the hosted WF4 designer, and then som
We have some objects that have an associated workflow instance. The objects are identified with a GUID, which is also the GUID of the workflow instance associated with the object. We need to restart (
I\'m having trouble trying to attach a custom tracking participant in workflow foundation 4.0. I have a class that inherits from TrackingParticipant but I cannot see any other way of attaching it to m
I would like to bind multiple dependency properties of other activites开发者_开发技巧 to a dependency property (of type object[]) in my custom activity. Is it possible to define this multibinding :
I have a workflow with a parallel activity, where one branch does work and the other has a receive activity that can shut the workflow down (is the p开发者_如何转开发roper way to do this with a Handle
I am using the VS2010 RC, and trying to put a \"ReceiveAndSendReply\" activity into a Flowchart. When I drag the activity out of the toolbox and drop it into the Flowchart, all I wind up with in the d
I am trying to host a WF4 (RC) Service dynamically. I have a test solution with two projects. The first is a declarative workflow service library with one root Flowchart activity in it, and a simple c
I am currently using sequential workflows in Windows WF, but need to break up the process because I now have multiple workflows that need to share a piece of functionality.I believe there\'s a way to
For a large application that will be developed, we are in the 开发者_运维百科process of selecting a Validation framework. Although the Workflow Rules engine is not strictly a Validation framework, it
I\'m using Windows WF right now for a simple way to state machines.In fact, I\'m not even using a state machine, I\'m using a sequential workflow.Eventually, I will ditch WF in favor of something else