mirror of https://github.com/dapr/docs.git
Update daprdocs/content/en/reference/components-reference/supported-workflow-backend/actor-workflow-backend.md
Co-authored-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com> Signed-off-by: MD Ashique <noorani.ashique5@gmail.com>
This commit is contained in:
parent
c71131d8da
commit
12ec4ef6a5
|
@ -11,7 +11,7 @@ The Actor workflow backend is the default backend in Dapr. If no workflow backen
|
|||
|
||||
Users do not need to define any components to use the Actor workflow backend. It's ready to use out of the box.
|
||||
|
||||
However, if users wish to explicitly define the Actor workflow backend as a component, they can do so shown below.
|
||||
However, if you wish to explicitly define the Actor workflow backend as a component, you can do so, as shown in the example below.
|
||||
|
||||
```yaml
|
||||
apiVersion: dapr.io/v1alpha1
|
||||
|
|
Loading…
Reference in New Issue