10-31-2011 04:42 AM
02-22-2012 09:22 AM
@Override
public void notify(DelegateExecution execution) throws Exception {
System.out.println("Listener fired!");
int i = (Integer) execution.getVariable("loopCounter");
System.out.println("LOOP Counter fired: "+ i);
}
11-09-2015 09:38 AM
Tags
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.