i rename my pool in bonita studio and now after deploy each time each shows two processes in the browser userinterface under process(old pool name and new pool name) what can be the reason for this? I tried clean deploy, restart but still it shows both(old and new).
Is this a bug in Bonita ?
Hi,
It is not a bug. It is just that there isn’t a 1-1 synchronization between a Bonita project and what is deployed on the embedded runtime. You may clean the database of the embedded runtime from the menu Server
→ Restart web server
and check Drop engine database
.
Then you can redeploy your project on a cleaned runtime.
HTH
Romain
Thanks Romain. It worked.