Skip to content
  • Matt Baer's avatar
    Break functionality out of Serve() func · 034db22f
    Matt Baer authored
    - Adds a new interface, Apper, that enables loading and persisting
      instance-level data in new ways
    - Converts some initialization funcs to methods
    - Exports funcs and methods needed for intialization
    - In general, moves a ton of stuff around
    
    Overall, this should maintain all existing functionality, but with the
    ability to now better manage a WF instance.
    
    Ref T613
    034db22f