module AWS::SimpleWorkflow::OptionFormatters
def identity_opt options
def identity_opt options options[:identity] || "#{Socket.gethostname}:#{Process.pid}" end
def identity_opt options options[:identity] || "#{Socket.gethostname}:#{Process.pid}" end