mirror of https://github.com/dapr/docs.git
add authoring workflow doc to components section
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
d50ea6f838
commit
03f070266b
|
@ -0,0 +1,33 @@
|
|||
---
|
||||
type: docs
|
||||
title: "How to: Author a workflow"
|
||||
linkTitle: "Authoring workflows"
|
||||
weight: 200
|
||||
description: "Learn how to develop and author workflows"
|
||||
---
|
||||
|
||||
TODO: intro
|
||||
|
||||
## What is the authoring SDK?
|
||||
|
||||
TODO
|
||||
|
||||
## Currently supported SDK languages
|
||||
|
||||
TODO
|
||||
|
||||
Currently, you can use the following SDK languages to author a workflow:
|
||||
|
||||
- [.NET SDK](todo)
|
||||
|
||||
## Example
|
||||
|
||||
TODO
|
||||
|
||||
## Features
|
||||
|
||||
|
||||
|
||||
## Workflow patterns
|
||||
|
||||
## Next steps
|
Loading…
Reference in New Issue