workflow-foundation
Is it sensible to use Windows Workflow Foundation(WF) as a presentation rules engine?
I\'m working on an n-tier application that needs a rules engine on the presentation end. I need to load display rules from a DB into the BLL tier and pass them onto the client. E.g. Item A is outline[详细]
2023-04-06 00:07 分类:问答How to architect a .NET app to do same task several times simultaneously & independently?
I have a need to develop a .NET app which is very similar to a web spider/crawler. Get data from a website, process data, save data in a database and send an email.[详细]
2023-04-05 06:43 分类:问答MSBuild vs. Workflow
We have been using MSBuild for a few years successfully in our company. We have a very custom .proj build file for every Build specification (Release, Debug, etc.) which include many operations as:[详细]
2023-04-05 05:30 分类:问答Which WF version to use with Sharepoint 2010?
We are planning to develop a system based on SharePoint 2010 (SP objects, workflows, UI etc.). The syste开发者_如何转开发m will contain about a dozen workflows that interact with the SharePoint objec[详细]
2023-04-04 15:17 分类:问答sharing data between workflow activities
I m with a list of custom activities(written in code behind, C#) where each is derived from NativeActivity, now I\'m adding all these activities to a sequence with the help of a foreach loop.[详细]
2023-04-04 02:44 分类:问答Changing the condition of a workflow loop activity without breaking any existing persisted activities
We have a lot of long running workflows which are persisted to the database and require a logic change in the condition of a loop, we tried chaning the condition on the loop from a normal variable che[详细]
2023-04-03 14:57 分类:问答What is the MaxSimultaneousWorkflows replacement?
MAIN QUESTION: I am using Workflow Foundation 4.0 in which the WorkflowRuntime has been replaced by the WorkflowApplication as a workflow host for a single instance.[详细]
2023-04-03 11:55 分类:问答ASP.NET WebForms - Calling Multiple API's and show result to user
I am working on creating a Web site like www.hipmunk.com in ASP.NET web forms. I need to pull the data from multiple API\'s and compare the rates and show the different rate options to the users.[详细]
2023-04-03 07:13 分类:问答Correlate a graphical recieve with another one inside a code activity
you could imagine an xaml service that exposes a receive activity. This is the first activity in my worklow. Behind this receive there are simple activities asInitializateCorrelation\", \"ass开发者_St[详细]
2023-04-01 21:17 分类:问答Workflow foundation: Get the termination reason in Asp .net
Is there any way to get the Termination Reason that is inserted into the TerminateWorkflow activity inside an ASP .NET application?. For example the following doesnt works.[详细]
2023-04-01 13:13 分类:问答