mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 21:06:06 +00:00
add synchro
This commit is contained in:
@@ -67,6 +67,34 @@ export class fullTask {
|
||||
workflowName: string
|
||||
}
|
||||
|
||||
export interface fullTaskList {
|
||||
serialNumber: string;
|
||||
taskStartDate: string;
|
||||
workflowDisplayName: string;
|
||||
activityInstanceName: string;
|
||||
totalDocuments: number;
|
||||
workflowInstanceDataFields: {
|
||||
Subject: string;
|
||||
Sender: string;
|
||||
FolderID: number;
|
||||
DispatchDocId: number;
|
||||
Status: string;
|
||||
// all list
|
||||
ViewerRequest?: any
|
||||
Remetente?: any
|
||||
Agenda?: any // event to approve
|
||||
StartDate?: any // event to approve
|
||||
EndDate?: any // event to approve
|
||||
InstanceId?: string // event to approve
|
||||
Location?: string // event to approve
|
||||
IsAllDayEvent?: any // event to approve
|
||||
// pedidos
|
||||
DocIdDiferimento?: any
|
||||
// pedidos deferimento // Despacho do Presidente da República
|
||||
originator?: any
|
||||
}
|
||||
}
|
||||
|
||||
export class customFullTask {
|
||||
serialNumber: string;
|
||||
taskStartDate: string;
|
||||
|
||||
Reference in New Issue
Block a user