boolean gotException = false;
// test default setting
assertTrue(defDir.isEnabled("SystemTest_minimal", "minimal"));
defDir.setEnabled("SystemTest_minimal", "minimal", false);
ProcessMgr mgr = defDir.processMgr("SystemTest_minimal", "minimal");
int noprocs = mgr.processes().size();
//WfProcess proc = null;
WrappedProcess proc = null;
// Make sure that default is "disabled"
assertTrue(mgr.processMgrState() == WfProcessMgr.DISABLED);
// Test that process creation is not possible