IBProcessStepGroup

Assembly: BPM;

Description

The IBProcessStepGroup interface is used to work with a group of process steps.

Inheritance Hierarchy

          IBPBaseEntity

          IBProcessEntity

          IBProcessStepGroup

Comments

The group of steps can be obtained using properties and methods of the IBProcessStepGroups interface.

Properties

  Property name Brief description
Condition The Condition property determines a condition, at which group of steps is executed.
Guid The Guid property returns unique identifier of group of steps.
Index The Index property determines an index of group of steps in stage.
MinDeadline The MinDeadline property returns total termination time for the group of steps relative to the specified date.
Parent The Parent property returns the parent stage, to which the group of steps belongs.
Steps The Steps property determines the collection of steps.
UniqueKey The UniqueKey property determines a unique key of group of steps.

Properties inherited from IBProcessEntity

  Property name Brief description
Id The Id property returns process entity identifier.
ParentProcess The ParentProcess property returns the parent process, to which the instance corresponds.
Type The Type property returns process entity type.

Properties inherited from IBPBaseEntity

  Property name Brief description
CacheKey The CacheKey property returns object key in data cache.

Methods

  Method name Brief description
Clone The Clone method creates a copy of group of steps.
IsFirst The IsFirst method returns whether the group of steps is the first in the stage.
IsLast The IsLast method returns whether the group of steps is the last in the stage.
NextGroup The NextGroup method returns the next group of steps in the stage.
PreviousGroup The PreviousGroup method returns the previous group of steps in stage.
SetParentCacheKey The SetParentCacheKey method sets parent stage cache object key.

Methods inherited from IBProcessEntity

  Method name Brief description
ToStatusString The ToStatusString method returns entity string view.

Methods inherited from IBPBaseEntity

  Method name Brief description
Free The Free method deletes object from data cache.

See also:

BPM Assembly Interfaces