System information

Identity Manager Workflows, Forms, and Views
Part Number 820-2952-10 Page 125
Scan Task Variables
The Audit Policy Scan Task and Access Scan Task task definitions both specify the forms to
be used when initiating the task. These forms include fields that allow for most, but not all,
of the scan task variables to be controlled.
The description of the Disable element has been revised as follows: (ID-14920)
Calculates a Boolean value. If true, the field and all its nested fields will be ignored during
current form processing.
Do not create potentially long-running activities in Disable elements. These expressions run
each time the form is recalculated. Instead, use a different form element that will not run as
frequently perform this calculation.
The section titled “Inserting Javascript into a Form” incorrectly states that you can include
JavaScript in your form with a
<JavaScript>
tag (ID-15741). Alternatively, include
JavaScript as follows:
<Field>
<Expansion>
<script>
............
You can now insert WARNING), error (ERROR), or informational (OK) alert messages into
an XPRESS form. (ID-14540, ID-14953)
Variable Name Default Value Purpose
maxThreads
5 Identifies the number of concurrent users to work at one time for a
single scanner. Increase this value to potentially increase throughput
when scanning users with accounts on very slow resources.
userLock
5000 Indicates time (in mS) spent trying to obtain lock on user to be
scanned. If several concurrent scans are scanning the same user, and
the user has resources that are slow, increasing this value can result in
fewer lock errors, but a slower overall scan.
scanDelay
0 Indicates time (in mS) to delay between issuing new scan threads. Can
be set to a positive number to force Scanner to be less CPU-hungry.
NOTE The display.session and display.subject variables are not available to Disable
form elements.