update how to

This commit is contained in:
nyemade-uversky 2023-01-27 11:47:57 -07:00 committed by GitHub
parent 4e4e76266e
commit 19d552872b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 29 deletions

View File

@ -1,7 +1,7 @@
---
type: docs
title: "Workflows"
linkTitle: "Workflows"
title: "Workflow management"
linkTitle: "Workflow management"
weight: 100
description: Create and run workflows for custom application logic or data flows across microservices.
description: "Managage your dapr workflows"
---

View File

@ -1,47 +1,26 @@
---
type: docs
title: Workflow overview
title: Workflow management overview
linkTitle: Overview
weight: 1000
description: "Overview of the workflow building block"
---
With Dapr workflows, you can automate and orchestrate tasks within your application. The workflow feature provides a developer-friendly programming model for authoring workflows as code in a way that abstracts away the complexities of messaging, state management, and failure handling.
With Workflow Management API, you can automate and orchestrate your workflow tasks within your application.
<img src="/images/workflows-api.png" width=1000>
The workflow feature is comprised of the Workflow API and the workflow components that allow for authoring workflows naitively in Dapr or through external 3rd party workflow applications.
<img src="/images/concepts-building-blocks.png" width=250>
## Workflow API
*To Do:*
- *Add diagram of how workflow API works?*
- *Add explaination of how the API works*
- *[Reference](https://docs.dapr.io/developing-applications/building-blocks/service-invocation/service-invocation-overview/)*
---
## Features
*To Do*
## Try out the workflow API
<!--
If applicable, include a section with links to the related quickstart, how-to guides, or tutorials. -->
### Quickstarts and tutorials
Want to put the Dapr Workflow API to the test? Walk through the following quickstart and tutorials to see <topic> in action:
| Quickstart/tutorial | Description |
| ------------------- | ----------- |
| [Workflow quickstart](link) | Description of the quickstart. |
| [Workflow tutorial](link) | Description of the tutorial. |
### Start using workflows directly in your app
Want to skip the quickstarts? Not a problem. You can try out the workflow building block directly in your application. After [Dapr is installed](link), you can begin using the workflow API, starting with [the workflow how-to guide](link).
## Next steps