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.