Add document to task and improve responsiveness

This commit is contained in:
Peter Maquiran
2021-05-05 15:05:29 +01:00
parent 3a6f03bae2
commit da374a318a
6 changed files with 137 additions and 127 deletions
+5 -4
View File
@@ -11,8 +11,9 @@ export class Despacho{
DispatchFolder: Folder;
AttachmentList?: {
ProcessInstanceID: string,
"Source": string,
"UserId": string,
"Attachment": string
}[]
Attachments: {
ApplicationId: string,
SourceId: string
}[],
}
}