Interface ISequenceDefinition
Defines a complete sequence of execution stages. Provides ordered collection of stages for orchestration.
Namespace: Serenity.SequencePlayer.Application.Interfaces
Assembly: Serenity.SequencePlayer.Application.dll
Syntax
public interface ISequenceDefinition : IFoundationSettings
Properties
Stages
Ordered collection of execution stages.
Declaration
IReadOnlyList<ISequenceStage> Stages { get; }
Property Value
| Type | Description |
|---|---|
| IReadOnlyList<ISequenceStage> |