public void invokeTest10() throws Exception {
ProcessMgr pmgr = pdd.processMgr("st-testXSLT", "testXSLT10");
WfProcess process = pmgr.createProcess(defaultRequester());
process.start();
assertTrue(stateReached(process, "closed.completed"));
Map map = (Map)process.result();
for (Iterator it = map.keySet().iterator(); it.hasNext();) {
String name = (String) it.next();
if (name.equals("result")) {
String returnResult = (String)map.get(name);
// check testXSLT.xml for the expected result