name = NamedObjectCollectionUtil.createUniqueId(paramList, name);
param.setName(name);
// Add the new parameter to the process
currentProcess.addProcessVariable(param);
param.maintainReferences(ModelObject.SYNC_GLOBAL_REFNAMES | ModelObject.SYNC_LOCAL_REFNAMES);
// Redisplay the param list
showParams();
// We modified the current object by adding a parameter