Q1: How to change the representation of the process in the table on the portal?
Everything is possible if you have the source…
See
http://documentation.bonitasoft.com/building-bonita-bpm-source-files-1
You need to find the right form-builder and modify that and then add it to your own system.
That being said…
Q2: but the owner of the process, for example. screen 1:
When you say Owner of the process who do you mean? When creating a process there is no-owner so who?
If permissions are set right, the user should only see the processes that he/she can execute and they will not be able to see anyone elses processes.
Q3: whether it is possible to add custom attributes to process
This is a good idea and I think it is not possible to do as such as is today. My recommendation is as follows:
- Create an Idea on the Ideas page and maybe Bonitasoft will add it to a future release.
- I would create a Business Process Custom Attributes process of my own to create a table of Custom Attributes and link this by process name. You could do this by processID but as every new version of a process gets a new ID you would be creating lots of duplicate process custom attributes, then again each version might need it’s own custom attributes… You could then reference this accordingly. I would not try to change the underlying databases, that would be an upgrade nightmare.
Q4: There is a question about the possibility of modifying the page with a detailed description of the process:
Two options here:
- I would do Q3 for a Process Detailed Description Table, then do Q1 so i could display it, or
- as we do use the small description as the enticement and then use the Pool Instantiation Form to give the full process detail. Much less work and easy to accomplish with no issues regarding future software upgrades…

Q5: Can I modify this page? if so, this is done for all processes? Or, you can modify this page for each process?
Yes, see Q1; Yes if required; or Yes, if required.
That’s all you have to do…OR you could do it this way…
All the above is of course dependent on how you want to do things…the easy way is to do this
- modify the page by using an injected piece of JavaScript to the main page to perform AJAX calls to get your custom data and then add < div >s etc. to the screen…(you still need to do Q3 though)
This way there is only one entry point to Bonitasoft you have to make, there is no recompiling the code, and you will be able to upgrade easily by adding just the one line… (maybe).
It looks like the page is driven by (though I’m not totally sure) BonitaConsole.html.
Create your own folder in the chain %BonitaSystemRoot%\workspace\tomcat\webapps\MyJS
Add your JavaScript as a file MyJSCode.js
Find BonitaConsole.html in %BonitaSystemRoot%workspace\tomcat\bonita\client\tenants\1\work\theme\portal
Add < script type=“text/javascript” src=“…/…/…/MyJS/MyJSCode.js?v=7.1.2”>
It’s only an idea, and not tested so it may fail first time, good luck
Hope this helps
regards
Seán