Hi there
At my company we plan to replace our current BPM engine that's a custom build of JBPM with Activiti. In the current solution we are able to package and deploy processes together with groovy scripts that act as ExecutionListeners and forms in a single deployment artifacts.
1. Is there a way to package processeses together with scripts into a single BAR file and deply them all together?
2. Is there a way to use groovy scripts as ExecutionListener?
3. Can both processes and scripts be managed from within a single project in Activiti Designer?
The scripts use a proprietary API that is available as a JAR file but I guess it can be just addedd to project's classpath.
BR
Marcin Palka