User

The User element consists of a label and Browse. If this button is clicked during editing of a human task, a dialog showing all active users opens. Active users are users that have been modeled as active users in the organizational chart or defined by LDAP.

The label can be deleted on the Display tab or by clearing the Has label check box.

On the Data tab, you can specify whether the element is a mandatory field, is read-only, or is subject to voting. You can also specify whether only users, user groups (and their quantity) or both are allowed. When running the dialog, the users or user groups offered for selection will change accordingly.

Select users

The dialog shown here is visible only when executing the process, not during the dialog test.

Select users

In the Find window, you can search for users, user groups, or login IDs. The Search result area displays the search result, that is, all active users and user groups that exist in the system. They can be selected by double-clicking. You remove them from the selection using Delete Delete. To display all persons belonging to a user group, double-click the relevant user group.

Example code for the report support

Context.setProperty("usergroupFilter","MyGroup");

To set the list of selected users and user groups, specify their names as a comma-separated String:

Context.setProperty("selection","jsmith,jdoe,jadoe");

See also

What is report support?