Top "Workflow-foundation-4" questions

Windows Workflow 4 is Microsoft's framework for declarative composable business logic for .NET.

Windows Workflow Foundation 4 and ASP.NET MVC

We are evaluating Windows Workflow Foundation 4 to use in MVC 3 based Web Applications. We would like to create flexible order …

asp.net-mvc asp.net-mvc-3 asp.net-mvc-4 workflow-foundation-4
To Workflow or Not to Workflow?

I am responsible for a team of developers who will are about to start development of a light weight insurance …

c# workflow c#-4.0 workflow-foundation-4
Windows Workflow Foundation 4.0 Tutorials / Introductions

Pretty much all of the tutorials/introductions to Windows Workflow Foundation seem to be targeted at versions prior to 4.0, or …

.net-4.0 workflow-foundation-4
Assembly must be registered in isolation error

I'm trying to load a custom workflow activity onto a crm server. I loaded the project onto the server and …

plugins workflow-foundation-4 dynamics-crm-2011 workflow-activity
WF4 RC - Cannot create unknown type when loading WF Service from loose Xaml with ActivityXamlServices

I am trying to host a WF4 (RC) Service dynamically. I have a test solution with two projects. The first …

xaml workflow-foundation workflow-foundation-4
How to correctly load a WF4 workflow from XAML?

Short version: How do I load a WF4 workflow from XAML? Important detail: The code that loads the workflow shouldn't …

c# .net workflow-foundation-4 workflow-foundation
References when loading XAML Workflows

I'm learning about Windows Workflow Foundation 4, and tried to create the following program: using System; using System.Activities.XamlIntegration; using …

c# .net xaml workflow-foundation-4
Windows workflow 4 : difference between WorkflowApplication Cancel, Terminate and Abort

Can any one explain what the difference is between the following methods of WorkflowApplication: Abort Cancel Terminate

workflow-foundation-4
activity could not be loaded because of errors in the XAML

Considering the following scenario: Create MyCodeActivity1 with argument MyArgument1 Add this activity to a myworkflow.xaml Rename MyArgument1 in MyCodeActivity1 …

workflow-foundation-4