assertTrue(procdef.participants().size() == 1);
assertTrue(((Participant)procdef.participants().iterator().next())
.getId().equals("currentUser"));
assertTrue(procdef.removeClosedProcess());
assertTrue(procdef.cleanupMode() == ProcessDefinition.REMOVE_AUTOMATIC);
assertTrue(procdef.packageId().equals("SystemTest_full"));
assertTrue(procdef.processId().equals("full"));
assertTrue(procdef.packageName().equals("System Test (procdef)"));
assertTrue(procdef.processName().equals("PROCESS_COMPLETE_ATTRIBUTES"));
assertTrue(procdef.mgrName().equals("SystemTest_full/full"));
ProcessDefinition.ProcessHeaderData hdr = procdef.processHeader();