implementation module EngineWrapperCGI import Engine import Http, HttpCGI startEngine :: ![Workflow] !*World -> *World startEngine flows world # (config,world) = config world = http_startCGI [] (engine config flows) world