This article shows how to create a custom activity in a rehosted Workflow designer (with Workflow Foundation 4). In that example, a MyDelayActivity is created by implementing the IActivityTemplateFact
I am trying to find a .NET component that allows GUI (drag-and-dro开发者_高级运维p) workflow design, and I need it as a part of a bigger software so I prefer it to be a usable component. What I imagin
I have created a workflowservice in .net 4.0 I am trying to secure this (WCF) service and used the following link to see how this is done.
I\'m trying to build worflow (on Sharepoint 2007 ) which contains a WhileActivity ,The workflow works successfully without WhileActivity ,When i added WhileActivity to workflow designer , the workflow
I am in the process of puting together a custom workflow activity to be used in Microsoft Dynamics CRM 4.0
I\'m using the rules engine from WF in an application and some of the conditions involve searching a collection for a condition.It would be ideal to do something like:
I\'m evaluating whether WF would be a good fit for a design I\'m working on. I\'m in that chicken-and-egg conundrum where I don\'t want to invest too much time in learning all the details until I have
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