8 lines
235 B
Markdown
8 lines
235 B
Markdown
|
|
# Sequential Workflows
|
||
|
|
|
||
|
|
A typical workflow consists of two or more steps. One way to model such a workflow is to use `Sequence`.
|
||
|
|
|
||
|
|
## Sequence
|
||
|
|
|
||
|
|
The `Sequence` activity can contain a collection of child activities to execute one by one.
|