From 101610462390cab8047b0cf841274c574b1b2f97 Mon Sep 17 00:00:00 2001 From: Harshil Date: Mon, 22 Mar 2021 15:22:48 +0100 Subject: [PATCH 1/2] =?UTF-8?q?=E2=9A=A1Add=20documentation=20for=20workfl?= =?UTF-8?q?ow=20retries?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/reference/workflow.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/reference/workflow.md b/docs/reference/workflow.md index a0c26449e..38883517d 100644 --- a/docs/reference/workflow.md +++ b/docs/reference/workflow.md @@ -109,3 +109,13 @@ If the Execution data of the workflow should be saved when it succeeds. ### Save Manual Executions If executions started from the Editor UI should be saved. + +## Retry Failed Workflow Executions + +If your workflow execution fails, you can retry the execution. To retry a failed workflow execution, follow the steps mentioned below: + +1. Click on ***Executions*** in the left sidebar. +2. For the workflow execution you want to retry, click on the circle button under the ***Status*** column. +3. Select either of the following options to retry the execution: +- ***Retry with currently saved workflow***: Once you make changes to your workflow, you can select this option to execute the workflow with the previous execution data. +- ***Retry with original workflow***: If you want to retry the execution without making changes to your workflow, you can select this option to retry the execution with the previous execution data. From 482b150fab18c7b70f724c9658ad32a68bbe234c Mon Sep 17 00:00:00 2001 From: Tanay Pant Date: Mon, 22 Mar 2021 16:12:28 +0100 Subject: [PATCH 2/2] :hammer: Minor changes --- docs/reference/workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/workflow.md b/docs/reference/workflow.md index 38883517d..78737ef8c 100644 --- a/docs/reference/workflow.md +++ b/docs/reference/workflow.md @@ -115,7 +115,7 @@ If executions started from the Editor UI should be saved. If your workflow execution fails, you can retry the execution. To retry a failed workflow execution, follow the steps mentioned below: 1. Click on ***Executions*** in the left sidebar. -2. For the workflow execution you want to retry, click on the circle button under the ***Status*** column. +2. For the workflow execution you want to retry, click on the refresh icon under the ***Status*** column. 3. Select either of the following options to retry the execution: - ***Retry with currently saved workflow***: Once you make changes to your workflow, you can select this option to execute the workflow with the previous execution data. - ***Retry with original workflow***: If you want to retry the execution without making changes to your workflow, you can select this option to retry the execution with the previous execution data.