I have to create an application that will be started a few times per day (it\'s non - interactive). To operate, it needs LARGE amounts of data from the Internet (megabytes) via a rather slow con开发者
I\'ve created a custom workflow activity for TFS 2010 to customize the assembly versioning.I\'ve created the activity and tested it using a Testworkflow and some unit testing code.It works fine.When I
We have to do a project which is a 开发者_开发技巧web based workflow application. I have never used WWF. I am thinking should we use WWF with asp.net ?
There is a specific activity I want to execute even after exception has thrown, just like a try{}开发者_Python百科finally{} block.
Maybe it is science fiction, but i would like to know if it is possible to join a WF exposed with WCF and a WCF into the same WSDL. As you know a WF service (xaml) exposes a wsdl and a WCF (svc) expos
I want to be able to interrupt a running workflow instance, say when a new activity is about to be invoked, and extract information both about the structure of the workflow and the data in th开发者_JA
If开发者_运维技巧 we put in production the version 1.0 of a workflow, and we change it to, let say, 1.1. What happens with the persisted instances? if you have experience in that issue, please tell me
Today, I had a training on \"Microsoft Workflow Foundation\". While I think the idea is neat, I still see it as a Proof Of Concept and not as a real-life solution. Building an entire application with
I\'m currently using a BehaviorExtensionElement to load a ServiceBehavior where the ApplyDispatchBehavior method is set up as:
In windows workflow foundation, can a workflow call another executable to b开发者_StackOverflow中文版e launch? In the end it is just code that runs so anything you can do in regular .NET code you can