Skip to content

Commit 6dcf883

Browse files
Update tutorials/workflow/python/task-chaining/README.md
Co-authored-by: Alice Gibbons <[email protected]> Signed-off-by: Marc Duiker <[email protected]>
1 parent 946de9d commit 6dcf883

File tree

1 file changed

+1
-1
lines changed
  • tutorials/workflow/python/task-chaining

1 file changed

+1
-1
lines changed

tutorials/workflow/python/task-chaining/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Task Chaining Pattern
22

3-
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).
3+
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).
44

55
## Inspect the code
66

0 commit comments

Comments
 (0)