mirror of https://github.com/dapr/docs.git
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:
parent
71ddca8cb5
commit
c38f470dfc
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue