public Map parameterMap
(ExtProcessLocal process, ActivityLocal act, ProcessDefinitionDirectoryLocal pdd) {
try {
ProcessDefinition pd
= pdd.lookupProcessDefinition(packageId(), processId());
FormalParameter[] fps = pd.formalParameters();
return parameterMap (process, act, fps);
} catch (InvalidKeyException e) {
// cannot happen since procdef is initially verified
logger.error (e.getMessage(), e);
throw new IllegalStateException (e.getMessage());