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