|
|
@@ -172,11 +172,16 @@ export interface IConditionInfoItem {
|
|
|
export interface IProcedureProcess {
|
|
|
ID: string;
|
|
|
referenceID: string;
|
|
|
- processCorrelationID: string;
|
|
|
name: string;
|
|
|
sectorType: SectorType;
|
|
|
participantInfo?: IProcedureParticipantInfo;
|
|
|
conditionInfo?: IConditionInfoItem[];
|
|
|
+ condition?: {
|
|
|
+ ID: string;
|
|
|
+ processID: string;
|
|
|
+ field: string;
|
|
|
+ fieldValue: string;
|
|
|
+ };
|
|
|
}
|
|
|
|
|
|
export interface IProcedureItem {
|