The form I need to model with Workflow is split into sections. Depending on what section it will be filled in by anyone of three different groups of people. However at the moment I am trying to deal with the communication between the host application and the workflow itself. First part of that is to define the Arguments that will be passed to our Event Imports System Imports System.Collections Imports System.Collections.Generic Imports System.Text Imports System.Workflow.Activities Imports System.Workflow.ComponentModel...
One of my current clients has a need for a workflow and document management system to manage applications. This has prompted me to look at Windows Workflow Foundation to manage this application process. The workflow has a number of advantages over writing the whole thing from scratch; Most businesses have processes; be that purchasing, selling, staff applications. Once a process has been determined the workflow can be designed graphically - and this graphical design drives the code generation, meaning...