# File lib/fog/workflow/openstack/v2/requests/create_execution.rb, line 20 def create_execution(_workflow, _input = {}) response = Excon::Response.new response.status = 201 response.body = "" response end