# File lib/fog/workflow/openstack/v2/requests/list_action_executions.rb, line 16
          def list_action_executions
            response = Excon::Response.new
            response.status = 200
            response.body = {"action_executions" =>
                                                    [{"state" => "ERROR", "id" => "1111"},
                                                     {"state" => "RUNNING", "id" => "2222"}]}
            response
          end