How to link to a view without saving temporary view variables

It seems navigate.link('view path') saves the view variables present. I would like to keep some view variables in a draft state and not persisted to the DB while also allowing the user to navigate back to the current view and the draft variables to persist only in memory. Is this possible?

Solved: navigate.discard().link(‘view_ path’) will have this affect