elsa-core/samples/console/Elsa.Samples.ConsoleApp.SequentialWorkflows/Readme.md

8 lines
235 B
Markdown
Raw Normal View History

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