mirror of https://github.com/dapr/quickstarts.git
Update tutorials/workflow/python/task-chaining/README.md
Co-authored-by: Alice Gibbons <alicejgibbons@gmail.com> Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
This commit is contained in:
parent
946de9d1c5
commit
6dcf883556
|
@ -1,6 +1,6 @@
|
|||
# Task Chaining Pattern
|
||||
|
||||
This tutorial demonstrates how to chain multiple tasks together as a sequence in a workflow. For more information about the task chaining pattern see the [Dapr docs](https://docs.dapr.io/developing-applications/building-blocks/workflow/workflow-patterns/#task-chaining).
|
||||
This tutorial demonstrates how to chain multiple tasks together as a sequence in a workflow, where the output of one task is used as the input for the next one. For more information about the task chaining pattern see the [Dapr docs](https://docs.dapr.io/developing-applications/building-blocks/workflow/workflow-patterns/#task-chaining).
|
||||
|
||||
## Inspect the code
|
||||
|
||||
|
|
Loading…
Reference in New Issue