IBProcessStage

Assembly: BPM;

Description

The IBProcessStage interface is used to work with a process stage.

Inheritance Hierarchy

          IBPBaseEntity

          IBProcessEntity

          IBProcessStage

Comments

The process stage can be obtained using properties and methods of the IBProcessStages interface.

Properties

  Property name Brief description
AreConditionsActive The AreConditionsActive property returns whether condition is active.
GatewayDefaultFlow The GatewayDefaultFlow property determines a default group of stage steps.
GatewayType The GatewayType property determines gateway type in the stage.
Guid The Guid property returns the unique identifier of the stage.
Index The Index property determines index of stage in the collection.
MinDeadline The MinDeadline property returns the longest termination time among groups of steps of this stage relative to the specified date.
Name The Name property determines a stage name.
Parent The Parent property returns parent process.
StepGroups The StepGroups property returns the collection of stage groups steps.
UniqueKey The UniqueKey property determines unique key of stage.

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 stage copy.
IsFirst The IsFirst method returns whether the stage is the first.
IsLast The IsLast method returns whether the stage is the last.
NextStage The NextStage method returns the next stage in the collection.
PreviousStage The PreviousStage method returns the previous stage in the collection.
SetParentCacheKey The SetParentCacheKey method sets parent key in cache.

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