07-14-2011 04:14 AM
07-14-2011 08:23 AM
08-02-2012 01:07 PM
10-25-2012 03:13 AM
if (getLoopVariable(execution, LOOP_COUNTER) == null) {
try {
createInstances(execution);
} catch (BpmnError error) {
ErrorPropagation.propagateError(error, execution);
}
} protected Integer getLoopVariableLocal(ActivityExecution execution, String variableName) {
return (Integer) execution.getVariableLocal(variableName);
}
10-25-2012 04:29 AM
10-25-2012 06:40 PM
10-26-2012 02:33 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.