Question about the save behavior of Workflow Lineage

Hi everyone.

Currently, Workflow Lineage provides a Save graph button, but the latest state is automatically saved even without explicitly clicking this button.

This behavior is useful in cases such as accidentally closing the browser.
However, it also means that even small, temporary changes—such as moving nodes slightly for explanation purposes—are saved automatically, which creates the need to manually revert them each time.

Is there any plan to provide a Draft Save feature similar to the one available in Solution Design?

Hi @wisteria , thanks for your question

When you make changes on the graph, they are only stored as temporary state for convenience (in case, as you said, you accidentally close the browser tab), but they are not saved to the graph itself.

Until you actively click the save button, these changes will not be saved to the graph, and so will not be visible to other users.

If you want to revert back to the last saved state, you can click the trash icon next to the save button. This will discard all unsaved changes.

1 Like

Hi @kamran.
Thank you for the clarification!

I wasn’t aware that unsaved changes can be discarded using the trash icon next to the save button. I completely missed that feature.

That’s exactly what I needed — thanks again for the helpful response!