StepGroups: IBProcessStepGroups;
The StepGroups property returns the collection of stage groups steps.
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.
The property use is given in the example for IBProcessStepGroups.Add, IBProcessStepGroups.Insert.
See also: