/VL.WorkflowFoundation

VL Nodes and Designer for Windows Workflow Foundation (WF45)

Primary LanguageC#MIT LicenseMIT

VL.WorkflowFoundation

The repository contains:

Workflow Designer

  • Workflow Designer - Rehosting in one Form with one tab per state machine
  • ToolboxControl - Selected for working with state machines
  • Workflow Execution - Retrieve real-time Execution Log (TrackData)
  • Workflow Management - Store to file / Run / Stop
  • Nested State Machines - Build state machine hierachies
  • IStateMachineControl - Interface to control a state machine by code

Custom Activities

  • Wait - Waits for a message with name of parent transition, must be placed in the "Trigger" of a transition
  • WaitFor - Waits for a given message, can be placed anywhere

VL Nodes

  • StateMachine - Instance as process node
  • SendMessage - Trigger state machine transitions and custom wait points
  • State - Get info from a selected state
  • ActiveStates - Get a spread of active states
  • EditorWindow - Show/hide the designer

VVVV Forum Thread

Links

These links are from the original author who released the rehosting sample project, thanks!

Credits