Public signup for this instance is disabled. Go to our Self serve sign up page to request an account. Report potential security issues privately
Prior to last release clone() would allow you to "reuse" a traversal:
gremlin> t = g.V().out() ==>v[3] ==>v[2] ==>v[4] ==>v[5] ==>v[3] ==>v[3] gremlin> t.clone() gremlin>