Skip to content

Commit

Permalink
Update daprdocs/content/en/developing-applications/building-blocks/wo…
Browse files Browse the repository at this point in the history
…rkflow/howto-manage-workflow.md

Co-authored-by: Marc Duiker <[email protected]>
Signed-off-by: Hannah Hunter <[email protected]>
  • Loading branch information
hhunter-ms and marcduiker authored Feb 20, 2024
1 parent 43dd7f7 commit 3c6c961
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ public class DemoWorkflowClient {
<!--Go-->
{{% codetab %}}

Manage your workflow within your code. [In the workflow example from the Go SDK](todo), the workflow is registered in the code using the following APIs:
Manage your workflow within your code. [In the workflow example from the Go SDK](https://github.com/dapr/go-sdk/tree/main/examples/workflow), the workflow is registered in the code using the following APIs:

- **StartWorkflow**: Starts a new workflow instance
- **GetWorkflow**: Get information on the status of the workflow
Expand Down

0 comments on commit 3c6c961

Please sign in to comment.