How can I get status of the project in the table in 7.1.2 version community? Suppose i have taken a table headers (ID, ProjectName, ProjectStatus) in this i am getting ID and projectName but not status. So, how can get this also in table?
Look in the Documentation and search for the string (yes all of it…)
getState() - Method in interface org.bonitasoft.engine.bpm.process.ProcessInstance
You will find getState().
If you want any other state you should treat it as Business Data of the case and then do that through Business Data as part of your process.
regards
Sean
http://documentation.bonitasoft.com/javadoc/api/7.1/index.html
How we get Case Status in the form using 7.1.2 ?
Same as
http://community.bonitasoft.com/questions-and-answers/start-date-project#comment-5374
What in your terms is a project? We normally work with processes and cases.
regards
Yeah you need to specify which form…it might help.
But I suspect not easily. You can either add code to Bonitasoft and recompile it yourself or add some javascript to a page and use Ajax to get the information from the DB and then display it.
regards