("Bearbeitung einer Aktivit�t �ber ein Web-Formular "));
appl = (ApplicationDefinition)pd.applicationById("WebFormPlus");
assertTrue (appl != null);
FormalParameter[] fps = appl.formalParameters();
assertTrue (fps.length == 2);
Participant p = pd.participantById("currentUser");
assertTrue (p != null);
assertTrue (p.getName().equals("Current User"));
assertTrue (p.getParticipantType() == ParticipantType.HUMAN);
}