Skip to content

tebjan/VL.WorkflowFoundation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C# 100.0%