From db1bfe9c192f88c0cd7d0fbd82691297f086f255 Mon Sep 17 00:00:00 2001 From: Deborah Barnard Date: Tue, 10 Oct 2023 12:31:11 +0100 Subject: [PATCH] workflow history draft --- _submodules/insiders | 2 +- .../_images/common-icons/workflow-history.png | Bin 0 -> 516 bytes .../executions/single-workflow-executions.md | 7 +++++ docs/workflows/history.md | 26 ++++++++++++++---- mkdocs.yml | 1 + 5 files changed, 29 insertions(+), 7 deletions(-) create mode 100644 docs/_images/common-icons/workflow-history.png diff --git a/_submodules/insiders b/_submodules/insiders index d2acbc12e..dbdc15687 160000 --- a/_submodules/insiders +++ b/_submodules/insiders @@ -1 +1 @@ -Subproject commit d2acbc12e0fbfcd573844af4018dbd0eae5e194c +Subproject commit dbdc1568746fa00853f6807713d0de9abeb1a79b diff --git a/docs/_images/common-icons/workflow-history.png b/docs/_images/common-icons/workflow-history.png new file mode 100644 index 0000000000000000000000000000000000000000..a8e7ec9a91dc1491d7e6a0f4e3695e5ff1bc1d93 GIT binary patch literal 516 zcmV+f0{i`mP)X?YuCQgzr3Mq*iV!J4W)+b2+i>?I!veHeFiltCW#W7)wwrJBlC~00p;$wWQ)0Nkl zjHbmb{H-p(!};zxhkLGQwOTFuAf+FWzJgqrhjOLLqp?vLD3!`sjV8_JAp+2bH6D6Y z^a;NsNL%l+h?TB z47q#}fYp_^*FcUl3Ws!N64Q+MywvIzr9TzCUX7)N*CgVT0DSqn*&CG07g_uG2>^3v zPo4p064S(@5i+|!C=`E7Uk>|OlKDoU$Cv6$&F0Z}no}l^JB!2%mM#_}liERU*X+zR;b!B#FaPR@kOLNrf zmh^t*3IOcWJkbG)Btg#q&7vso2dG{mkZB-}p={8X**%z@w@tis*Wf?GVR` z?9)@eZEnkiPW4=oPVFCLv8)E?7Z(h;T>rkbch&v-*!}{`KAPgh7oqF`0000![Workflow history icon](/_images/common-icons/workflow-history.png). n8n opens a menu showing the saved workflow versions, and a canvas with a preview of the selected version. + ## Restore or copy previous versions You can restore a previous workflow version, or make a copy of it: 1. On the version you want to restore or copy, select **Options** ![Options icon](/_images/common-icons/three-dot-options-menu.png). 1. Choose what you want to do: - * **Restore this version** + * **Restore this version**: replace your current workflow with the selected version. + * **Clone to new workflow**: create a new workflow based on the selected version. + * **Open version in new tab**: open a second tab displaying the selected version. Use this to compare versions. + * **Download**: download the version as JSON. diff --git a/mkdocs.yml b/mkdocs.yml index 42bef9ef4..820e934d9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -149,6 +149,7 @@ nav: - Templates: workflows/templates.md - Sharing: workflows/sharing.md - Settings: workflows/settings.md + - Workflow history: workflows/history.md - Workflow ID: workflows/workflow-id.md - Manage credentials: - credentials/index.md