IBProcessStage.StepGroups

Syntax

StepGroups: IBProcessStepGroups;

Description

The StepGroups property returns the collection of stage groups steps.

Comments

Each stage contains at least one group, to which single steps are grouped by default. Groups of steps are created on adding exclusive/inclusive gateway, and also on creating an instance of the BProcessStepGroups class.

Example

The property use is given in the example for IBProcessStepGroups.Add, IBProcessStepGroups.Insert.

See also:

IBProcessStage