mirror of https://github.com/dapr/docs.git
add ref
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
448d0de43e
commit
7a1b51b7a3
|
@ -6,6 +6,10 @@ weight: 5000
|
||||||
description: "Learn how to develop and author workflows"
|
description: "Learn how to develop and author workflows"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{% alert title="Note" color="primary" %}}
|
||||||
|
Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "workflow-overview.md#limitations" >}}).
|
||||||
|
{{% /alert %}}
|
||||||
|
|
||||||
This article provides a high-level overview of how to author workflows that are executed by the Dapr Workflow engine.
|
This article provides a high-level overview of how to author workflows that are executed by the Dapr Workflow engine.
|
||||||
|
|
||||||
{{% alert title="Note" color="primary" %}}
|
{{% alert title="Note" color="primary" %}}
|
||||||
|
|
|
@ -6,6 +6,10 @@ weight: 6000
|
||||||
description: Manage and run workflows
|
description: Manage and run workflows
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{% alert title="Note" color="primary" %}}
|
||||||
|
Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "workflow-overview.md#limitations" >}}).
|
||||||
|
{{% /alert %}}
|
||||||
|
|
||||||
Now that you've [authored the workflow and its activities in your application]({{< ref howto-author-workflow.md >}}), you can start, terminate, and get information about the workflow using HTTP API calls. For more information, read the [workflow API reference]({{< ref workflow_api.md >}}).
|
Now that you've [authored the workflow and its activities in your application]({{< ref howto-author-workflow.md >}}), you can start, terminate, and get information about the workflow using HTTP API calls. For more information, read the [workflow API reference]({{< ref workflow_api.md >}}).
|
||||||
|
|
||||||
{{< tabs Python ".NET" Java HTTP >}}
|
{{< tabs Python ".NET" Java HTTP >}}
|
||||||
|
|
|
@ -6,6 +6,10 @@ weight: 4000
|
||||||
description: "The Dapr Workflow engine architecture"
|
description: "The Dapr Workflow engine architecture"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{% alert title="Note" color="primary" %}}
|
||||||
|
Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "workflow-overview.md#limitations" >}}).
|
||||||
|
{{% /alert %}}
|
||||||
|
|
||||||
[Dapr Workflows]({{< ref "workflow-overview.md" >}}) allow developers to define workflows using ordinary code in a variety of programming languages. The workflow engine runs inside of the Dapr sidecar and orchestrates workflow code deployed as part of your application. This article describes:
|
[Dapr Workflows]({{< ref "workflow-overview.md" >}}) allow developers to define workflows using ordinary code in a variety of programming languages. The workflow engine runs inside of the Dapr sidecar and orchestrates workflow code deployed as part of your application. This article describes:
|
||||||
|
|
||||||
- The architecture of the Dapr Workflow engine
|
- The architecture of the Dapr Workflow engine
|
||||||
|
|
|
@ -6,6 +6,10 @@ weight: 2000
|
||||||
description: "Learn more about the Dapr Workflow features and concepts"
|
description: "Learn more about the Dapr Workflow features and concepts"
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{% alert title="Note" color="primary" %}}
|
||||||
|
Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "workflow-overview.md#limitations" >}}).
|
||||||
|
{{% /alert %}}
|
||||||
|
|
||||||
Now that you've learned about the [workflow building block]({{< ref workflow-overview.md >}}) at a high level, let's deep dive into the features and concepts included with the Dapr Workflow engine and SDKs. Dapr Workflow exposes several core features and concepts which are common across all supported languages.
|
Now that you've learned about the [workflow building block]({{< ref workflow-overview.md >}}) at a high level, let's deep dive into the features and concepts included with the Dapr Workflow engine and SDKs. Dapr Workflow exposes several core features and concepts which are common across all supported languages.
|
||||||
|
|
||||||
{{% alert title="Note" color="primary" %}}
|
{{% alert title="Note" color="primary" %}}
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: "Overview of Dapr Workflow"
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% alert title="Note" color="primary" %}}
|
{{% alert title="Note" color="primary" %}}
|
||||||
Dapr Workflow is currently in alpha.
|
Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "#limitations" >}}).
|
||||||
{{% /alert %}}
|
{{% /alert %}}
|
||||||
|
|
||||||
Dapr workflow makes it easy for developers to write business logic and integrations in a reliable way. Since Dapr workflows are stateful, they support long-running and fault-tolerant applications, ideal for orchestrating microservices. Dapr workflow works seamlessly with other Dapr building blocks, such as service invocation, pub/sub, state management, and bindings.
|
Dapr workflow makes it easy for developers to write business logic and integrations in a reliable way. Since Dapr workflows are stateful, they support long-running and fault-tolerant applications, ideal for orchestrating microservices. Dapr workflow works seamlessly with other Dapr building blocks, such as service invocation, pub/sub, state management, and bindings.
|
||||||
|
@ -105,6 +105,12 @@ Want to put workflows to the test? Walk through the following quickstart and tut
|
||||||
|
|
||||||
Want to skip the quickstarts? Not a problem. You can try out the workflow building block directly in your application. After [Dapr is installed]({{< ref install-dapr-cli.md >}}), you can begin using workflows, starting with [how to author a workflow]({{< ref howto-author-workflow.md >}}).
|
Want to skip the quickstarts? Not a problem. You can try out the workflow building block directly in your application. After [Dapr is installed]({{< ref install-dapr-cli.md >}}), you can begin using workflows, starting with [how to author a workflow]({{< ref howto-author-workflow.md >}}).
|
||||||
|
|
||||||
|
## Limitations
|
||||||
|
|
||||||
|
With Dapr Workflow in beta stage comes the following limitation(s):
|
||||||
|
|
||||||
|
- **State stores:** For the {{% dapr-latest-version cli="true" %}} beta release of Dapr Workflow, you're not able to use NoSQL databases. Only SQL databases are supported. NoSQL database support is planned for future minor releases.
|
||||||
|
|
||||||
## Watch the demo
|
## Watch the demo
|
||||||
|
|
||||||
Watch [this video for an overview on Dapr Workflow](https://youtu.be/s1p9MNl4VGo?t=131):
|
Watch [this video for an overview on Dapr Workflow](https://youtu.be/s1p9MNl4VGo?t=131):
|
||||||
|
|
|
@ -7,7 +7,7 @@ description: Get started with the Dapr Workflow building block
|
||||||
---
|
---
|
||||||
|
|
||||||
{{% alert title="Note" color="primary" %}}
|
{{% alert title="Note" color="primary" %}}
|
||||||
The workflow building block is currently in **alpha**.
|
Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "workflow-overview.md#limitations" >}}).
|
||||||
{{% /alert %}}
|
{{% /alert %}}
|
||||||
|
|
||||||
Let's take a look at the Dapr [Workflow building block]({{< ref workflow >}}). In this Quickstart, you'll create a simple console application to demonstrate Dapr's workflow programming model and the workflow management APIs.
|
Let's take a look at the Dapr [Workflow building block]({{< ref workflow >}}). In this Quickstart, you'll create a simple console application to demonstrate Dapr's workflow programming model and the workflow management APIs.
|
||||||
|
|
|
@ -6,6 +6,10 @@ description: "Detailed documentation on the workflow API"
|
||||||
weight: 900
|
weight: 900
|
||||||
---
|
---
|
||||||
|
|
||||||
|
{{% alert title="Note" color="primary" %}}
|
||||||
|
Dapr Workflow is currently in beta. [See known limitations for {{% dapr-latest-version cli="true" %}}]({{< ref "workflow-overview.md#limitations" >}}).
|
||||||
|
{{% /alert %}}
|
||||||
|
|
||||||
Dapr provides users with the ability to interact with workflows and comes with a built-in `dapr` component.
|
Dapr provides users with the ability to interact with workflows and comes with a built-in `dapr` component.
|
||||||
|
|
||||||
## Start workflow request
|
## Start workflow request
|
||||||
|
|
Loading…
Reference in New Issue