Update daprdocs/content/en/developing-applications/building-blocks/workflow/howto-manage-workflow.md

Co-authored-by: Marc Duiker <marcduiker@users.noreply.github.com>
Signed-off-by: Hannah Hunter <94493363+hhunter-ms@users.noreply.github.com>
This commit is contained in:
Hannah Hunter 2024-02-20 08:55:21 -05:00 committed by GitHub
parent e7a16cb0a4
commit d9cbcbad3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -394,6 +394,6 @@ Learn more about these HTTP calls in the [workflow API reference guide]({{< ref
- [JavaScript example](https://github.com/dapr/js-sdk/tree/main/examples/workflow)
- [.NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)
- [Java example](https://github.com/dapr/java-sdk/tree/master/examples/src/main/java/io/dapr/examples/workflows)
- [Go example](todo)
- [Go example](https://github.com/dapr/go-sdk/tree/main/examples/workflow)
- [Workflow API reference]({{< ref workflow_api.md >}})