Introduction Activities are basic units in workflow execution. Activities are two types basic activities and composite activities. Basic activities are steps in the workflow and composite activities can contain other activities. Base activities are comes with Workflow Foundation and these can be used by dragging it from visual studio toolbox. We can also create custom activities that appear...
Using If/Else activity in Workflow Foundation
Introduction In this post I will explain how to utilize the IF\Else activity and a declarative condition in the workflow to perform the conditional processing. This workflow evaluates the order by taking the order value and if the order value < $1000 then it will approved by Manager other wise it requires vice president approval. 1. Create a new workflow project by selecting File...
Windows Workflow Foundation Key Concepts with example
Introduction This post discusses the key concepts of workflow foundation, authoring the sequential workflow using the visual studio 2008 designer for WF and debugging the workflows using visual studio 2008 designer. You can Get the overview on windows workflow foundation before going to read this post. 1. Create the new workflow project by selecting the File->New->Project in...
Windows Workflow Foundation Overview
Introduction Windows Workflow Foundation is Framework for building the workflow enabled applications on windows. It consisting the workflow engine and designer. Workflow foundation supports both human and system workflow. The Workflow Foundation can be used in the following scenarios Workflow within Line-of-business applications. User interface page flow Human workflow Workflow fro SOA...