I’m new to Bonita BPM Java API; I want to create a process on the fly from my web app with some tasks and a notification mail should send at the end of the process.
Can somebody please help with any sample application in latest version (Bonita 7.5) OR documentation to how to create connector and send mail at the end of the process.
Hi,
An example is shown in the BPM Camp session. You can find the materials on Github here .
Also a session is scheduled for September 12 if you interested.
Cheers
Thank you Lionel for your response!
I know how to use connectors to send mail using diagram in studio, but I’m looking for a example / instructions how to do the same task in BPM engine Java API. Lets say inside spring web application.