Interface IBusinessProcessDefinition
Определение бизнес-процесса IApiObject
Inherited Members
Namespace: Ascon.Polynom.Api
Assembly: Ascon.Polynom.Api.dll
Syntax
public interface IBusinessProcessDefinition : IApiObject, IApiEntity, INotifyPropertyChanged
Properties
FinishEvent
Определение завершения бизнес-процесса
Declaration
IFinishEventDefinition FinishEvent { get; }
Property Value
| Type | Description |
|---|---|
| IFinishEventDefinition |
Lanes
Определения дорожек бизнес-процесса
Declaration
IApiReadOnlyCollection<ILaneDefinition> Lanes { get; }
Property Value
| Type | Description |
|---|---|
| IApiReadOnlyCollection<ILaneDefinition> |
StartEvent
Определение начала бизнес-процесса
Declaration
IStartEventDefinition StartEvent { get; }
Property Value
| Type | Description |
|---|---|
| IStartEventDefinition |