Home Workflows Windows Workflow Foundation

Windows Workflow Foundation

SharePoint 2007 Workflow – Using the OnWorkflowItemDeleted activity

Introduction One of the most exciting features included in SharePoint 2007 is workflow support and the possibility of developing our own custom workflows (for more information about workflow...

SharePoint 2007 – Checking if a Workflow Instance is Completed

Introduction This blog post will show you how to check if a certain workflow instance is completed in a SharePoint list. In this example, let's assume that the default "Documents"...

Windows Workflow – Using the HandleExternalEventActivity

Introduction This is the first in a series of blog posts dedicated to Windows Workflow. For those who don’t know, Windows Workflow Foundation (WF) is the new engine for building...

Error after installing Visual Studio 2005 Extensions for Windows Workflow

After installing VS 2005 Extensions for Windows Workflow , my VS 2005 stopped working.What happens is that he starts a process but he doesn show and consumes 50% of...

How to – Validate Windows Workflow custom activity input

Windows Workflow allow us to perform custom validator input that is executed at design and compile time. The error output is similar as Biztalk Orchestration shape errors. Adding a validator to...

Ciclo de Webcasts – Introdução ao Windows Workflow Foundation com a Framework 3.5

Nos passados dia 3 e 4 de março fiz uns webcasts para Webcasts4share da Microsoft sob o tema "Introdução ao Windows Workflow Foundation com a Framework 3.5". Ainda não estão...

SharePoint 2007 – Start a Workflow Programmatically

Introduction This blog post will show you how to start a workflow programmatically every time an item is updated in a SharePoint list. For those who don’t know, Windows Workflow...

Using WF CallExternalMethod activity in Windows Workflow

The CallExternalMethod Activity allows us to make synchronous communication between Workflow and the Host through the Local Service using Local Service Communication. Local Service Communication allows workflows to communicate...

Windows Workflow – Using the ListenActivity

When the workflow requires interaction with the outside world this activity can become very helpful. The ListenActivity as its name suggests listens for incoming wake-up calls on...

Diferenças entre WWF Beta 1.2 e WWF Beta 2

Documento com as diferenças entre uma e outra versão.