I\'m looking for an example of using Windows Workflow as a server-side \'business logic\' layer, with WCF 开发者_Go百科RIA services handling the communication to and from a Silverlight UI.Been googlin
I want to be able to present my data using a flowchart. I can use wpf to do this, but I dont want to have to code all the arrows, connectors etc - I would like to use a library if possible..
I am trying to write a custom activity by composing standard Activities, one of which is an Assign activity which is responsible for assigning a string value to an OutArgument, called \'TextOut\', whi
Take this for a simple workflow.An employee creates a document, from here the document goes to level one supervisor for approval, if approved it goes to next level and so on until final approval and f
How do you configure a custom workflow extension (such as a PersistenceParticipant descendant) in Web.开发者_高级运维config when deploying to IIS or AppFabric? (For WF 4)You can do so in the CacheMeta
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
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
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.
We are hosting worklfows with WCF and IIS 7. One thing I have noticed is that when the app pool reaches the idle time, the workflow unloads and persists to the DB.
I found that you can use Pick activity and this activity will contain a few PickBranches, each of which contains a Trigger and an Action. How do I tie the Trigger activity to any .NET event? for exam开