InvalidRequester, RequesterRequired {
if (state.equals("disabled"))
throw new NotEnabled();
if (requester == null)
throw new RequesterRequired();
// test if the requestor is OK: how?
WfProcess process = WfFactory.getWfProcess(processDef, this);
try {