Status of the project.

1
0
-1

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?

Comments

Submitted by Sean McP on Sun, 11/15/2015 - 09:16

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

2 answers

1
0
-1

How we get Case Status in the form using 7.1.2 ?

Comments

Submitted by Sean McP on Mon, 11/23/2015 - 15:09

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

1
0
-1

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

Notifications