Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def wf(name: str = "world") -> typing.Tuple[str, int]:

The @workflow decorator defines an execution graph that is composed of
tasks and potentially sub-workflows. In this simple example, the workflow
is composed of just one task.
is composed of two tasks, including `say_hello` and `greeting_length`.

There are a few important things to note about workflows:
- Workflows are a domain-specific language (DSL) for creating execution
Expand Down