Assembly: BPM;
The IBProcess interface is used to work with the Process repository object.
IBProcess
| Property name | Brief description | |
|
The Description property determines process description. |
|
|
The Descriptor property returns process description as a repository object. |
|
|
The Events property determines collection of process events. |
|
![]() |
Key | The Key property returns process key in the repository. |
![]() |
Name | The Name property determines process name in the repository. |
|
The Params property determines the collection of process parameters. |
|
|
Stages |
The Stages property determines process stages. |
|
The StarterFactory property returns the object used for process startup initialization. |
| 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: