mirror of https://github.com/dapr/docs.git
Update workflow-overview.md
This commit is contained in:
parent
4c5a825223
commit
7129484053
|
@ -50,6 +50,8 @@ 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”
|
- The current running status, whether that be “Running”, “Terminated”, or “Completed”
|
||||||
|
|
||||||
## Runing a workflow
|
## 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.
|
||||||
|
|
||||||
### Start
|
### Start
|
||||||
|
|
||||||
To start your workflow, run:
|
To start your workflow, run:
|
||||||
|
|
Loading…
Reference in New Issue