Total document

This commit is contained in:
Peter Maquiran
2021-08-18 18:31:35 +01:00
parent f273201d74
commit b2373a5546
10 changed files with 77 additions and 13 deletions
+4 -3
View File
@@ -11,8 +11,6 @@ export class DailyWorkTask{
Status: string;
}
export class fullTask {
actions: null;
activityInstanceName: string;
@@ -67,7 +65,9 @@ export class fullTask {
workflowInstanceID: number
workflowName: string
}
export class tasksList extends fullTask{}
export class customTaskList {
SerialNumber: string
Folio : string
@@ -82,4 +82,5 @@ export class customTaskList {
activityInstanceName : string
Status : string
}
export class customTask extends customTaskList{}
export class customTask extends customTaskList{}