Assembly: BPM;
The IBProcessEntity interface contains properties and methods that are used to work with single process entities.
IBProcessEntity
The interface is basic for the following interfaces:
| 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. |
| Property name | Brief description | |
![]() |
CacheKey | The CacheKey property returns object key in data cache. |
| Method name | Brief description | |
![]() |
ToStatusString | The ToStatusString method returns entity string view. |
| Method name | Brief description | |
![]() |
Free | The Free method deletes object from data cache. |
See also: