add authoring workflow doc to components section

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-01-23 10:42:27 -06:00
parent d50ea6f838
commit 03f070266b
1 changed files with 33 additions and 0 deletions

View File

@ -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