mirror of https://github.com/dapr/docs.git
Delete dtfx-go.md
This commit is contained in:
parent
70ffc61a15
commit
918cc3fc9f
|
@ -1,56 +0,0 @@
|
|||
---
|
||||
type: docs
|
||||
title: "Built-in workflow engine"
|
||||
linkTitle: "Built-in workflow engine"
|
||||
description: Detailed information on the built-in workflow engine
|
||||
---
|
||||
|
||||
## Component format
|
||||
|
||||
To set up the built-in workflow engine, create a component of type `todo`. See [this guide](todo) on how to create a workflow.
|
||||
|
||||
```yaml
|
||||
apiVersion: dapr.io/v1alpha1
|
||||
kind: Component
|
||||
metadata:
|
||||
name: temporal
|
||||
spec:
|
||||
type: workflow.temporal
|
||||
version: v1
|
||||
metadata:
|
||||
- name: hostport
|
||||
value: localhost:7233
|
||||
- name: identity
|
||||
value: "WF Identity"
|
||||
```
|
||||
|
||||
## Spec metadata fields
|
||||
|
||||
| Field | Required | Details | Example |
|
||||
|-------|:--------:|---------|---------|
|
||||
| | | | |
|
||||
| | | | |
|
||||
| | | | |
|
||||
|
||||
## Setup the built-in workflow engine
|
||||
|
||||
{{< tabs "Self-Hosted" "Kubernetes" >}}
|
||||
|
||||
{{% codetab %}}
|
||||
|
||||
todo
|
||||
|
||||
{{% /codetab %}}
|
||||
|
||||
{{% codetab %}}
|
||||
|
||||
todo
|
||||
|
||||
{{% /codetab %}}
|
||||
|
||||
{{< /tabs >}}
|
||||
|
||||
|
||||
## Related links
|
||||
- [Basic schema for a Dapr component]({{< ref component-schema >}})
|
||||
- [Workflow building block]({{< ref workflow-overview >}})
|
Loading…
Reference in New Issue