# File lib/fog/workflow/openstack/v2/requests/rerun_task.rb, line 23
          def update_action(_task_ex_id)
            response = Excon::Response.new
            response.status = 200
            response.body = ""
            response
          end