printDetails(this.instanceID.trim());
return null;
}
protected ActivitiPrintHandler findBPMPrintHandler() {
ActivitiPrintHandler handler;
List<ActivitiPrintHandler> hList = null;
try {
String filter = null; // add the filter here per process.
hList = this.getAllServices(ActivitiPrintHandler.class, filter);
} catch (Exception e) {