This commit is contained in:
Peter Maquiran
2023-07-24 13:52:48 +01:00
parent ba8fce1ec8
commit 54a6fb5b6e
5 changed files with 18 additions and 13 deletions
@@ -208,14 +208,16 @@ export class DiplomaOptionsPage implements OnInit {
"serialNumber": this.serialNumber,
"action": "Assinado",
"ActionTypeId": 99999842,
"FolderId": this.task.FolderID,
"dataFields": {
"DraftIds": "",
"ReviewUserComment": note,
"InstanceIDNew": this.task.InstanceID,
"DraftIds": "",
},
"AttachmentList" : {
"DraftIds": "",
"ProcessInstanceID": this.task.InstanceID
"ProcessInstanceID": this.task.InstanceID,
"DraftIds": null,
"Attachments": []
},
}