Is it possible to use DI in your workflow activities? and if yes, how? For example if you have an activi开发者_如何学JAVAty like
So I\'m starting to work with the new workflow enginge (Windows Workflow Foundation 4 - WF 4) after previously working with 3.5.And I must say it is greatly improved!However, now I am trying to port o
I\'m building a small workflow application to test out the abilties of WF. What i got so far: I can run the workflow and add the parameter that is used in the StartProcess operation. So the flow goe
I have been playing around with wf4 for a while. I found various articles, videos(channel 9), blog posts and sites about wf4, but couldn\'t able to organize it in a proper way.
Scenario DeclarativeServiceLibrary[FlowChart] with Two Recieve - Send Reply Activities persistence enabled and working
I\'m using a pick brabch acitivity with开发者_运维百科 two branches. Each branch has a receive action, but when the workflow is paused on the pick activity waiting for a cliente comunication and I cal
I\'m trying to locate examples on how to implement .net 4 workflow into an asp.net site. So far all of the examples I\'ve come across have referenced workflow as it existed in .net 3.5.. Which is dif
Is it possible to create workflows dynamically? I need to generate a WF dynamically based on a set of business logic and service execution sequence I get as input to the system. Is it possible for me
I am building a service in Windows Workflow Foundation 4.0 in Visual Studio designer m开发者_Go百科ode.
I have a .xamlx Workflow Service that I would like to secure so that it can only be called by clients that have obtained a token from my STS (ADFS v2.0). Normally this is very easy to do if you\'re us