I\'ve still been trying to wrap my head around some workflow issues we\'ve been having. I\'m using Workflow foundation 4.0 and I need to get the current activity of an instance when I load it from per
If I use Microsoft.ApplicationServer.Caching.Client and Microsoft.ApplicationServer.Caching.Core assembly I get exception:
I have a System.Activities.Statements.InvokeMethod activity. I\'m trying to activate it with TargetType: (null)
right now we are starting working with Visual Studio 2010 and Windows Workflow Foundation 4 it has been pretty hard to work with but we are on it. My question is that we are wondering what happ开发者_
Using a code activity (i.e. activity built out of C#) we can add category attributes to our properties and display them nicely in the property grid of the workflow designer e.g.
My custom activity has a delay that will need to be set 开发者_JAVA技巧different values at different times. The first time it is set, it might be 5 seconds. The second time, it might be 10 seconds, an
I\'m trying to learn TFSBuild 2010 and workflows and I found using the designer was very confusing. Then I realized from seeing screenshots of other peoples workflows, my designer is clearly messed up
I am trying to figure out how to debug in VS using the TFSBuildServiceHost.exe method, here is the article about this: http://blogs.microsoft.co.il/blogs/baruchf/archive/2009/07/02/debugging-team-buil
we are planing to develop a wf server with Microsoft WF4 the requirements is to create a end user designer for the workflows , client application so every user track the tasks
I\'ve done quite a bit of WF development using 3.5 over the last few years, but am just now ramping up on WF in 4.0. I have a TDD bent, and while WF 3.5开发者_运维百科 was difficult at times to unit t