}
}
private void updateBundleAction(String coordName) throws JPAExecutorException {
BundleActionBean action = jpaService.execute(new BundleActionGetJPAExecutor(jobId, coordName));
action.incrementAndGetPending();
action.setLastModifiedTime(new Date());
jpaService.execute(new BundleActionUpdateJPAExecutor(action));
}
/**