01-15-2014 12:46 PM
01-16-2014 03:42 AM
01-16-2014 08:07 AM
01-16-2014 12:21 PM
01-16-2014 03:06 PM
public class ActivityStartListener implements ExecutionListener {
public void notify(DelegateExecution execution) throws Exception {
Integer loopCounter = (Integer) execution.getVariable("loopCounter");
if (loopCounter == null) {
loopCounter = 0;
}
execution.setVariable("executionListenerCounter", ++loopCounter);
}
}
01-17-2014 02:34 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.