Hi,
I have to integrate the Bonita BPN workflows in the project which is using java and in UI, jquery and JSP.
How can i call the bonita api on it?
Just to be clear,
you have an external system that needs to call Bonita processes.
If this is the case you can use REST to do this. see here .
Thank you for the answer.
Is it possible to call using java api too?
Yes, there is a way to do it as per here.