mirror of https://github.com/dapr/docs.git
link to quickstart
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
caa8db80c4
commit
35603c30b7
|
@ -168,6 +168,6 @@ Now that you've authored a workflow, learn how to manage it.
|
|||
{{< button text="Manage workflows >>" page="howto-manage-workflow.md" >}}
|
||||
|
||||
## Related links
|
||||
- [Learn more about the Workflow API]({{< ref workflow-overview.md >}})
|
||||
- [Workflow overview]({{< ref workflow-overview.md >}})
|
||||
- [Workflow API reference]({{< ref workflow_api.md >}})
|
||||
- Learn more about [how to manage workflows with the .NET SDK](todo) and try out [the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)
|
||||
|
|
|
@ -59,6 +59,6 @@ Learn more about these HTTP calls in the [workflow API reference guide]({{< ref
|
|||
|
||||
|
||||
## Next steps
|
||||
|
||||
- [Try out the Workflow quickstart]({{< ref workflow-quickstart.md >}})
|
||||
- Learn more about [how to manage workflows with the .NET SDK](todo) and try out [the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)
|
||||
- [Workflow API reference]({{< ref workflow_api.md >}})
|
|
@ -187,4 +187,5 @@ See the [Reminder usage and execution guarantees section]({{< ref "workflow-arch
|
|||
## Related links
|
||||
- [Workflow overview]({{< ref workflow-overview.md >}})
|
||||
- [Workflow API reference]({{< ref workflow_api.md >}})
|
||||
- [Try out the Workflow quickstart]({{< ref workflow-quickstart.md >}})
|
||||
- Learn more about [how to manage workflows with the .NET SDK](todo) and try out [the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)
|
||||
|
|
|
@ -122,7 +122,7 @@ Workflows can also wait for multiple external event signals of the same name, in
|
|||
|
||||
## Related links
|
||||
|
||||
- [Try out Dapr Workflows using the quickstart](todo)
|
||||
- [Try out Dapr Workflows using the quickstart]({{< ref workflow-quickstart.md >}})
|
||||
- [Workflow overview]({{< ref workflow-overview.md >}})
|
||||
- [Workflow API reference]({{< ref workflow_api.md >}})
|
||||
- Learn more about [how to manage workflows with the .NET SDK](todo) and try out [the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)
|
||||
|
|
|
@ -184,7 +184,7 @@ TODO: CODE EXAMPLE
|
|||
|
||||
## Related links
|
||||
|
||||
- [Try out Dapr Workflows using the quickstart](todo)
|
||||
- [Try out Dapr Workflows using the quickstart]({{< ref workflow-quickstart.md >}})
|
||||
- [Workflow overview]({{< ref workflow-overview.md >}})
|
||||
- [Workflow API reference]({{< ref workflow_api.md >}})
|
||||
- Learn more about [how to manage workflows with the .NET SDK](todo) and try out [the .NET example](https://github.com/dapr/dotnet-sdk/tree/master/examples/Workflow)
|
||||
|
|
Loading…
Reference in New Issue