This commit is contained in:
Peter Maquiran
2021-08-19 11:32:08 +01:00
30 changed files with 162 additions and 145 deletions
+13 -4
View File
@@ -28,6 +28,7 @@ export class fullTask {
workflowID: number;
totalDocuments: any;
workflowInstanceDataFields: {
DispatchNumber: any,
AttachmentsProcessLastInstanceId: number,
Sender: string,
ViewerRequest: string,
@@ -66,9 +67,19 @@ export class fullTask {
workflowName: string
}
export class tasksList extends fullTask{}
export class customFullTask {
serialNumber: string;
taskStartDate: string;
isEvent: true;
workflowInstanceDataFields: {
FsId: string,
FolderID: number,
DocId: number,
Subject: string
}
}
export class customTaskList {
export class customTask {
SerialNumber: string
Folio : string
Senders: string
@@ -82,5 +93,3 @@ export class customTaskList {
activityInstanceName : string
Status : string
}
export class customTask extends customTaskList{}