Hi I have to create a workflow system using bonita 6.x execution engine. I have following dependency in my maven project.
<dependency>
<groupId>org.ow2.bonita.engine</groupId>
<artifactId>bonita-client</artifactId>
<version>6.0.4</version>
</dependency>
Can anyone tell me the detailed steps to integrate my application with this bonita execution engine.
It will be very helpful if somebody can give me link to some sample code for this.
thanks