Skip to content

Commit

Permalink
Update README.md - PR Comments incorporated (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
Srividhya-S-Subramanian authored May 2, 2024
1 parent e2cbfde commit 498f0ea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,6 @@ Navigate to the **Executions** tab to view the workflow execution.

<img width="1434" alt="Screenshot 2024-03-18 at 12 30 07" src="https://github.com/Srividhya-S-Subramanian/conductor-python-v1/assets/163816773/11e829b6-d46a-4b47-b2cf-0bf524a6ebdc">

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,
Expand Down

0 comments on commit 498f0ea

Please sign in to comment.