From f779b2d0faab63d94881a5bb2d7d3e58a368ebe1 Mon Sep 17 00:00:00 2001 From: greenie-msft <56556602+greenie-msft@users.noreply.github.com> Date: Tue, 6 Jun 2023 14:44:43 -0700 Subject: [PATCH] Update daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: greenie-msft <56556602+greenie-msft@users.noreply.github.com> --- .../en/getting-started/quickstarts/workflow-quickstart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md b/daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md index 0cb7186e0..1f8e7055e 100644 --- a/daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md +++ b/daprdocs/content/en/getting-started/quickstarts/workflow-quickstart.md @@ -297,7 +297,7 @@ In the terminal, start the order processor app alongside a Dapr sidecar: dapr run --app-id order-processor --resources-path ../../../components/ -- python3 app.py ``` -> **Note:** Since Python3.exe is not defined in Windows, you may need to use `python workflow.py` instead of `python3 workflow.py`. +> **Note:** Since Python3.exe is not defined in Windows, you may need to use `python app.py` instead of `python3 app.py`. This starts the `order-processor` app with unique workflow ID and runs the workflow activities.