mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
Fix
This commit is contained in:
@@ -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{}
|
||||
|
||||
Reference in New Issue
Block a user