Top "Workflow-foundation" questions

provides a programming model, in-process workflow engine and rehostable designer to implement long-running processes as workflows within .NET applications.

When to use Windows Workflow Foundation?

Some things are easier to implement just by hand (code), but some are easier through WF. It looks like WF …

.net workflow workflow-foundation
Workflow Engine for .NET

This is a multipart question: First, what is your personal opinion of Workflow? Second, are there any other good .NET-based …

c# .net workflow workflow-foundation
What is a dependency property?

What is a dependency property in .Net (especially in WPF context). What is the difference from the regular property?

.net workflow-foundation dependency-properties
Get username from SharePoint User field in List

I have a custom sharepoint workflow that I'm developing in Visual Studio. The workflow is running against a document library …

sharepoint moss workflow workflow-foundation
Recommend a design pattern for a workflow application

I am developing an application where the users can execute tasks / workflows. Each task is made up of a queue …

c# design-patterns user-interface workflow workflow-foundation
DependencyProperty.Register() or .RegisterAttached()

What's the difference between the two, when should RegisterAttached() be used instead of .Register()?

wpf workflow-foundation dependency-properties
What is the difference between state machine and workflow?

I want to learn what is the difference between "State machine" and "workflow", and how is it any different from "…

workflow-foundation state-machine business-process-management
How to set "Specific Version" property for project references in Visual Studio

I have got a Visual Studio Solution containing several projects and have set up the references between the projects as …

c# visual-studio visual-studio-2008 assemblies workflow-foundation
Assigning multiple users to a workflow task in sharepoint

Has anyone able to assign multiple users to a sharepoint workflow task using the CreateTask activity?

sharepoint workflow-foundation wss
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