# File lib/aws/simple_workflow/option_formatters.rb, line 23
      def identity_opt options
        options[:identity] || "#{Socket.gethostname}:#{Process.pid}"
      end