# File lib/aws/simple_workflow/workflow_execution.rb, line 177
      def status
        AWS.memoize do
          execution_status == :open ? :open : (close_status || :closed)
        end
      end