# File lib/fog/workflow/openstack/v2/requests/list_action_executions.rb, line 6
          def list_action_executions
            request(
              :expects => 200,
              :method  => "GET",
              :path    => "action_executions"
            )
          end