OProcess.OProperty oProperty = cset.declaration.properties.get(m);
propNames[m] = oProperty.name;
}
cs.setValue(propNames, correlation);
CorrelationSetWriteEvent cswe = new CorrelationSetWriteEvent(cset.declaration.name, correlation);
cswe.setScopeId(cset.scopeInstance);
sendEvent(cswe);
}