This commit is contained in:
tiago.kayaya
2021-05-19 16:10:05 +01:00
parent 3c73859745
commit be716c3abf
23 changed files with 86 additions and 40 deletions
@@ -73,6 +73,7 @@ export class ExpedientesPrPage implements OnInit {
"Remetente": element.workflowInstanceDataFields.Remetente,
"DocumentsQty": 0,
"WorkflowName": element.workflowDisplayName,
"activityInstanceName": element.activityInstanceName,
}
this.taskslist.push(task);
});
@@ -94,6 +95,7 @@ export class ExpedientesPrPage implements OnInit {
"Remetente": element.workflowInstanceDataFields.Remetente,
"DocumentsQty": 0,
"WorkflowName": element.workflowDisplayName,
"activityInstanceName": element.activityInstanceName,
}
this.taskslist.push(task);
});