Skip to content
  • Christian Schulte zu Berge's avatar
    Started drafting an AbstractWorkflow class to support generic and... · 3bbbdc6b
    Christian Schulte zu Berge authored
    Started drafting an AbstractWorkflow class to support generic and straight-forward implementation of entire workflows.
    A workflow is a state machine represented by a graph, where each node defines one workflow stage and each edge one transition from one stage to another. The whole workflow is furthermore defined by the set of DataContainers and Pipelines active during the different states.
    
    refs #13
    3bbbdc6b