*
*/
if (nextNodeInstance.getAuthType() != null
&& (nextNodeInstance.getAuthType().intValue() == PTNode.AUTH_TYPE_SCHEDULE_CLASS)) {
DOAction doa = ActionFactory.getAction(nextNodeInstance.getNode()
.getAccessClass());
BOInstance para = new BOInstance();
para.putValue("corr_nodeinstance", nextNodeInstance);
doa.setInstance(para);
if (doa != null) {
try {
doa.excute();
} catch (ExedoException e) {
// TODO Auto-generated catch block
e.printStackTrace();
}
}