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