elsa-core/samples/console/Elsa.Samples.ConsoleApp.SequentialWorkflows/Readme.md
2024-02-02 20:01:14 +02:00

235 B

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.