This commit is contained in:
Peter Maquiran
2021-08-19 15:40:21 +01:00
parent e08a0a2388
commit dc7796cacf
16 changed files with 93 additions and 117 deletions
+5 -5
View File
@@ -5,12 +5,12 @@ export class ExpedientTaskModalPageNavParamsTask {
taskStartDate: string
isEvent: boolean
workflowInstanceDataFields: {
FsId: any,
FolderID: any,
DocId: any,
DocID?: any
FolderID: any, // folder
Subject: string,
DispatchNumber?: any
DispatchNumber?: any,
SourceSecFsID: any, // aplication id
SourceType: 'DOC' | 'FOLDER',
SourceID: any // doc id
}
}
+21
View File
@@ -93,3 +93,24 @@ export class customTask {
activityInstanceName : string
Status : string
}
export interface expedienteTask {
SerialNumber: string
Folio : string
Senders: string
CreateDate : string
DocumentURL : string
Note: any
FolderId : number | string
Remetente : string
DocId : number
FsId: any
WorkflowName : string
Status : string
DispatchNumber: any
AttachmentsProcessLastInstanceID: any
InstanceID: any
}