cancel
Showing results for 
Search instead for 
Did you mean: 

run a .jar file in a step of a workflow

roseta
Champ in-the-making
Champ in-the-making
Does anyone know if is possible to run a little application in java (.jar) from a certain point of a customized workflow in xml? (my application look for content inside alfresco and generate an .xml file with the resutl) Thanks in advance! 😃
1 REPLY 1

mrogers
Star Contributor
Star Contributor
Yes of course.  You just have a java action handler call your code.

Look at the alfresco code for examples that extend JBPMSpringActionHandler.