Hello,
I want to change the name and id of a process when i click a button that have the specific name and id that i want for the process.
this is the code that i use to change the name and id.
this is the issue CodeSandbox
when i click to ‘change Data’ and after that click to the canvas, i want to see the process name changed. but it doesn’t work
Thanks
Thanks a lot,
My problem was that I did not use ‘elementRegistry’ to get the elements, so and the updateProperties doesn’t work.
But when i have a Participat i use directly rootEl.name = data.nomeProcesso; rootEl.id = data.processoId;
and it work for me.
Thanks a lot.