cancel
Showing results for 
Search instead for 
Did you mean: 

Packaging processes and listeners together in a single BAR file?

mpalka
Champ in-the-making
Champ in-the-making
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
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
1. No. Unless the scripts are part of the bpmn2.0
2. Yes. There is an ExecutionScriptListener
3. No