System information

Identity Manager Workflows, Forms, and Views
Part Number 820-2952-10 Page 119
Chapter 2, Workflow Services
The Arguments table of the
createView
Session Workflow Service is incorrect. The
following table describes the arguments available in this service.(ID-14201)
The description of the
disableUser
Workflow Service should clarify that the default
behavior of this service is to disable the Identity Manager account as well as the resource
account. (ID-14572) If you do not want to disable the Identity Manager account, pass the
following argument:
<Argument name='doWaveset' value='false'/>
The discussion of this method’s arguments should read as follows:
Table 1
Name Required Valid Values Description
op
yes
createView
viewId
yes Specifies the type of view to create.
options
no Specifies view-specific options. The values you can pass are
specific to the view being used. The most common is the
User view.
Options can be found in session.UserViewConstants.
The simpler views should declare their option constants in the
Viewer.java file.
Probably the second most common view used from workflow
is ProcessViewer, followed by PasswordViewer,
DisableViewer, EnableViewer, and RenameViewer. These
have comparatively few options
Name Required Valid Values Description
op yes disableUser
accountId yes Identifies the Identity Manager user to disable accounts for.
doWaveset no true/false If
true
, the Identity Manager account is disabled for this user.
If not supplied, it defaults to
true
, and the account is
disabled.
services no Identifies a list of resources to disable. If this argument is not
supplied, all of the user’s resource accounts will be disabled.