elsa-core/samples/console/Elsa.Samples.ConsoleApp.SequentialWorkflows
2024-10-11 20:41:49 +02:00
..
Elsa.Samples.ConsoleApp.SequentialWorkflows.csproj Enable Proto Actor Tracing for TraceLens (#5800) 2024-07-19 20:23:32 +02:00
Program.cs Update namespaces and correct merge artefacts 2024-10-11 20:41:49 +02:00
Readme.md Move samples to repository root 2024-02-02 20:01:14 +02:00

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.