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