Update workflow-overview.md

This commit is contained in:
nyemade-uversky 2023-01-30 15:35:35 -07:00 committed by GitHub
parent 7129484053
commit 038603ed98
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ You can also get information on the workflow (even if it has been terminated or
- The current running status, whether that be “Running”, “Terminated”, or “Completed”
## Runing a workflow
When you run dapr init, Dapr creates a default workflow runtime. This component is written in Go and implements workflow instances as actors to promote placement and scalability.
When you run `dapr init`, Dapr creates a default workflow runtime. This component is written in Go and implements workflow instances as actors to promote placement and scalability.
### Start