# File lib/aws/simple_workflow/workflow_execution.rb, line 232
      def workflow_type
        type = self.type_details
        WorkflowType.new(domain, type['name'], type['version'])
      end