draft document are been listed and open on tiny

This commit is contained in:
Eudes Inácio
2023-07-06 12:20:57 +01:00
parent 01324ad022
commit e227f0d683
17 changed files with 288 additions and 56 deletions
+1
View File
@@ -63,6 +63,7 @@ export class fullTask {
UserName: string,
WorkflowID: string,
wxUserID: number,
DraftIds: string
}
Documents: any[]
workflowInstanceFolio: string
+1
View File
@@ -3,6 +3,7 @@ export interface Environment {
apiURL: string;
apiChatUrl: string;
apiWsChatUrl: string;
apiPCURL: string;
logoLabel: string;
production: boolean;
domain: string;