You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update README with link to Workflow quickstart (#796)
* Update README with link to Workflow quickstart
Signed-off-by: Paul Yuknewicz <[email protected]>
* Update README.md
Update description
Signed-off-by: Mark Fussell <[email protected]>
---------
Signed-off-by: Paul Yuknewicz <[email protected]>
Signed-off-by: Mark Fussell <[email protected]>
Co-authored-by: Mark Fussell <[email protected]>
Copy file name to clipboardExpand all lines: README.md
+1
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Pick a building block API (for example, pub-sub, state management) and rapidly t
19
19
| Actors | Coming soon... |
20
20
|[Configuration](./configuration)| Get configuration items as key/value pairs or subscribe to changes whenever a configuration item changes |
21
21
|[Resiliency](./resiliency)| Define and apply fault-tolerant policies (retries/back-offs, timeouts and circuit breakers) to your Dapr API requests |
22
+
|[Workflow](./workflows)| Dapr Workflow enables you to create long running, fault-tolerant, stateful applications. |
22
23
23
24
### Tutorials
24
25
Go deeper into a topic or scenario, oftentimes using building block APIs together to solve problems (for example, build a distributed calculator, build and deploy an app to Kubernetes).
0 commit comments