# File lib/fog/workflow/openstack/v2/requests/create_cron_trigger.rb, line 39 def create_cron_trigger(_name, _workflow_identifier, _workflow_input = nil, _workflow_params = nil, _pattern = nil, _first_time = nil, _count = nil) response = Excon::Response.new response.status = 201 response.body = "" response end