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,