I’m investigating Windows Workflow (WF) for .NET 4.0, and there seems to be a few pieces missing. From a BPM perspective, you want to have the concepts of work queues and security (user auth开发者_如
I\'m trying to rehost the designer, but every time I slap a workflow into the designer: _workflowDesigner = new WorkflowDesigner();
I\'ve been working with WF 4 quite extensively the last handful of months and I\'ve noticed that on the WF designer there is an \"Argument\" button you can click and then view the list and/or add addi
I have a WF4 Service with a flowchart as the root activity. It contains multiple correlated receive activites and decision branching to step through an approval process. The receive activities work pe
Problem WCF requests for my 2 Workflow Services in different Application Pools are not being processed by their respective worker processes. Instead, both worker processes are processing WCF requests
I 开发者_如何学JAVAwant each sequence inside a foreach<T> activity running in a different thread.Is this possible by using WWF 4.0? If not, how can I achieve multithreading in WWF 4.0?It depends
For example if you create your own activity called Run10Times which runs its chil开发者_如何学JAVAd activity 10 times, can you have a designer which contains a canvas to which the user can put the chi
In WF4 custom activities, I understand you can add warning of validation error by checking some condition and add validation error, ex
I want to write a simple application to help me understand workflow 4.0 a bit. I have a sequence activity with a ReceiveAndSendRepply activity to communicate with my silverlight application.
I am trying to make an empty custom activity so that I can have comments in the workflow designer. I have an activity designer that does not do anything but has a text block so the comments can be add