This commit is contained in:
tiago.kayaya
2021-07-01 12:36:37 +01:00
parent d5c07799ad
commit d42efae2c7
8 changed files with 129 additions and 86 deletions
@@ -435,6 +435,17 @@ export class CreateProcessPage implements OnInit {
"AttachmentList" :null,
}
}
if(this.task.activityInstanceName =='Tarefa de Despacho'){
body = {
"serialNumber": this.task.serialNumber,
"action": "Conhecimento",
"ActionTypeId": 92,
"dataFields": {
"ReviewUserComment": message,
},
"AttachmentList" :null,
}
}
else{
body = {
"serialNumber": this.task.serialNumber,