run a .jar file in a step of a workflow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2011 04:12 AM
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! 😃
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-01-2011 05:07 AM
Yes of course. You just have a java action handler call your code.
Look at the alfresco code for examples that extend JBPMSpringActionHandler.
Look at the alfresco code for examples that extend JBPMSpringActionHandler.
