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>
This commit is contained in:
greenie-msft 2023-06-06 13:14:22 -07:00 committed by GitHub
parent 71ddca8cb5
commit c38f470dfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -294,6 +294,9 @@ 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`.
This starts the `order-processor` app with unique workflow ID and runs the workflow activities.
Expected output: