pull made

This commit is contained in:
Eudes Inácio
2023-08-30 20:56:46 +01:00
4 changed files with 11 additions and 11 deletions
@@ -274,7 +274,7 @@ export class CreateProcessPage implements OnInit {
let docs = {
ProcessInstanceID: this.fulltask?.workflowInstanceDataFields?.InstanceID,
ProcessInstanceID: "",
Attachments: []
}
+2 -2
View File
@@ -2,10 +2,10 @@ export class Folder{
Nad:number;
Subject: string;
Message:string;
SourceSecFsId:string;
SourceSecFsId?:string;
SourceType:string;
SourceId:string;
DeadlineType: string;
SubjectTypes: string[];
NumberPDPP:string;
NumberPDPP?:string;
}