String actParam = ((String)actualParams.get(index)).trim();
if (callerFpMap.containsKey(actParam)) {
// check the mode of the formal parameter of the calling
// process
String callerParamMode = (String)callerFpMap.get(actParam);
if (callerParamMode.indexOf(fp.mode().toString()) == -1){
eh.add (new PrioritizedMessage
(PrioritizedMessage.Priority.ERROR, bundleBase
+ "#procdef.activity.subflow.parammode.notmatched",
new Object [] {
subFlowId, actParam, callerParamMode,