ProcessApplicationInterface processApplication = processApplicationReference.getProcessApplication();
setCurrentProcessApplication(processApplicationReference);
try {
LOGGER.log(Level.FINE, "[PA-CONTEXT] Switch to {0}", paName);
return processApplication.execute(callback);
} catch (Exception e) {
// unwrap exception
if(e.getCause() != null && e.getCause() instanceof RuntimeException) {