if (process instanceof WorkflowProcess) {
buildNodes( (WorkflowProcess) process, buildContext );
}
p.addProcess( process );
pkgRegistry.compileAll();
pkgRegistry.getDialectRuntimeRegistry().onBeforeExecute();
}
} else {
// invalid package registry..there is an issue with the package
// name of the process