workflow-foundation
New features for windows workflow foundation 5
What new features are planned开发者_如何学JAVA for WWF 5?See my PDC10 Talk Windows Workflow Foundation Futures[详细]
2023-03-01 06:26 分类:问答Show an activity into the designer?
I\'ve a sample workflow application, which only have to display an activity an show on which step we are.[详细]
2023-02-24 16:36 分类:问答"Suspend" a workflow in .NET 4?
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[详细]
2023-02-24 12:39 分类:问答Control persisted WF instance (xamlx) without AppFabric
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[详细]
2023-02-24 06:34 分类:问答Instantiate an activity in workflow foundation: VS: OK, build: NOK
I\'m starting to work with workflow foundation and I\'m doing several tests to understand how it works.[详细]
2023-02-24 02:12 分类:问答State machine workflow in VS 2010
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[详细]
2023-02-23 06:13 分类:问答Workflow Scheduling in WF4
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?[详细]
2023-02-23 01:46 分类:问答Pattern for long running tasks invoked through ASP.NET
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.[详细]
2023-02-21 01:54 分类:问答Problem with WF4 Poco persisting
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[详细]
2023-02-20 20:43 分类:问答WF - ActivityExecutionContext in While Activity
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[详细]
2023-02-20 12:54 分类:问答