elsa-core/src/samples/console/Elsa.Samples.ConsoleApp.SequentialWorkflows/Readme.md
2023-06-08 12:01:26 +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.