add workflows to the faq

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-01-23 10:20:07 -06:00
parent ed949cbd2b
commit 556e230644
1 changed files with 10 additions and 0 deletions

View File

@ -27,6 +27,16 @@ Creating a new actor follows a local call like `http://localhost:3500/v1.0/actor
The Dapr runtime SDKs have language-specific actor frameworks. For example, the .NET SDK has C# actors. The goal is for all the Dapr language SDKs to have an actor framework. Currently .NET, Java, Go and Python SDK have actor frameworks.
## Workflows
### Differences between Dapr Workflows, authoring APIs, and the management API
TODO
### What is the relationship between Dapr Workflows and the Durable task framework?
TODO
## Developer language SDKs and frameworks
### Does Dapr have any SDKs I can use if I want to work with a particular programming language or framework?