From 498f0ea4f4232ea04ee882e83e0bc125efc41c60 Mon Sep 17 00:00:00 2001 From: Srividhya-S-Subramanian <163816773+Srividhya-S-Subramanian@users.noreply.github.com> Date: Thu, 2 May 2024 21:54:29 +0530 Subject: [PATCH] Update README.md - PR Comments incorporated (#262) --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 4dc7742b..a2aea5eb 100644 --- a/README.md +++ b/README.md @@ -203,10 +203,6 @@ Navigate to the **Executions** tab to view the workflow execution. Screenshot 2024-03-18 at 12 30 07 -Open the Workbench tab and try running the 'greetings' workflow. You will notice that the workflow execution fails. This is because the task_handler.stop_processes() [helloworld.py] function is called and stops all workers included in the app, and therefore, there is no worker up and running to execute the tasks. - -By commenting the lines that execute the workflow and stop the task polling mechanism, we can re-run the app and run the workflow from the Conductor UI. The task is executed successfully. - ## Running Workflows on Orkes Conductor For running the workflow in Orkes Conductor,