Floristry::WorkflowEngine::LaunchError in Floristry::WorkflowsController#index
Connection refused - Connection refused - connect(2) for "localhost" port 7007 (localhost:7007)
Extracted source (around line #17):
15: # todo do something if HTTP response code is not 2-3xx
16: rescue Errno::ECONNREFUSED => e
17: raise LaunchError.new(e.message)