Forms engine api

Getting form name for an activity

I am integrating bonita engine API into my application.

Using Bonita 6.2.6, tomcat 8.0.26 and mysql 5.5, grails 2.4.2

The architecture is simple where the Bonita API is a service that gets called, Bonita schema is maintained as is, a domain mapping table has been created to join the workflow with domain object. The simplicity of design gets a +5 and that has been able to get me integrating without much ado.

The fact that a form is totally outside a workflow and that is only a means of getting user information pulled into the system is great.

Notifications