What new features are planned开发者_如何学JAVA for WWF 5?See my PDC10 Talk Windows Workflow Foundation Futures
I\'ve a sample workflow application, which only have to display an activity an show on which step we are.
I\'ve to do a small test application, I want to suspend the application. I saw there is a \"SuspendActivity\" but I can\'t find it in .Net 4.0, so how I\'m supposed to pause my workflow and resume it
I have a workflow service (xamlx) which implements some complex business process (with persistence and correlation).This service is hosted in IIS and I use AppFabric to control workflow instanses (Ter
I\'m starting to work with workflow foundation and I\'m doing several tests to understand how it works.
I have a simple web application (non sharepoint) in which i want to add window workflow. I am using VS 2010 (.Net 4.0). I have done that in VS 2008 but dont know how to create a state machine workflow
I have 7 workflow that need to execute; that need to run in certain order ? Is there any schedu开发者_StackOverflow中文版ling service for this in wf4 or any other approach i can use?
I need to invoke a long running task from an ASP.NET page, and allow the user to view the tasks progress as it executes.
I have a workflow and am persisting it into the database. It all worked fine until I tried using entities in the workflow. Because I\'m using POCOs the workflow seems to have trouble serializing the o
I have a SequentialActivity that also contains a WhileActivity. In the while activity I want to call开发者_如何学Python a method from a service - if it returns true I execute a delay activity, otherwi