04-12-2011 10:17 AM
while (it.hasNext())
{
value = it.next();
startProcessInstance(value);
timer= (String)value.get("tumod");
execution.setVariable("LAST_TIMER", timer);
**** FORCE COMMIT HERE 😄 ****
}
04-12-2011 11:28 AM
while (it.hasNext())
{
value = it.next();
startProcessInstance(value);
timer= (String)value.get("tumod");
execution.removeVariable("LAST_TIMER");
execution.setVariable("LAST_TIMER", timer);
context.getDbSqlSession().flush();
trans.commit();
}
04-12-2011 05:08 PM
04-13-2011 02:19 AM
04-13-2011 04:19 AM
04-13-2011 06:13 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.