@@ -1,5 +1,6 @@
export interface condition {
ID: string;
+ processID: string;
field: string;
fieldValue: string;
}