# 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.