# File lib/aws/simple_workflow/workflow_execution.rb, line 241 def parent if parent = self.parent_details domain.workflow_executions[parent['workflowId'],parent['runId']] else nil end end