Force the staff assignment to be evaluated again. On Windows systems, enter one of the following commands.
The differences between the commands are emphasized:
install_root\bin\wsadmin –lang jython -f refreshStaffQuery.py
-server serverName
[-processTemplate templateName |
(-taskTemplate templateName [-nameSpace nameSpace]) |
-userList username{,username}...]
[-profileName profileName]
install_root\bin\wsadmin –lang jython -f refreshStaffQuery.py
-node nodeName
-server serverName
[-processTemplate templateName |
(-taskTemplate templateName [-nameSpace nameSpace]) |
-userList username{,username}...]
[-profileName profileName]
install_root\bin\wsadmin –lang jython -f refreshStaffQuery.py
-cluster clusterName
[-processTemplate templateName |
(-taskTemplate templateName [-nameSpace nameSpace]) |
-userList username{,username}...]
[-profileName profileName]
On UNIX and Linux systems,
enter one of the following commands. The differences between the commands
are emphasized:
install_root/bin/wsadmin.sh –lang jython -f refreshStaffQuery.py
-server serverName
[-processTemplate templateName |
(-taskTemplate templateName [-nameSpace nameSpace]) |
-userList username{,username}...]
[-profileName profileName]
install_root/bin/wsadmin.sh –lang jython -f refreshStaffQuery.py
-node nodeName
-server serverName
[-processTemplate templateName |
(-taskTemplate templateName [-nameSpace nameSpace]) |
-userList username{,username}...]
[-profileName profileName]
install_root/bin/wsadmin.sh –lang jython -f refreshStaffQuery.py
-cluster clusterName
[-processTemplate templateName |
(-taskTemplate templateName [-nameSpace nameSpace]) |
-userList username{,username}...]
[-profileName profileName]
Where:
- cluster clusterName
- The name of the cluster. Required if the business process container is
configured for a WebSphere® cluster.
- node nodeName
- Optional when specifying the server name. This name identifies the node.
The default is the local node.
- server serverName
- The name of the server. Required if the cluster name is not specified.
- processTemplate templateName
- The name of the process template. Staff assignments that belong to this
process template are refreshed.
- taskTemplate templateName
- The name of the task template. Staff assignments that belong to this task
template are refreshed.
- nameSpace nameSpace
- The namespace of the task template.
- userList userName
- A comma-separated list of user names. Staff assignments that contain the
specified names are refreshed.
- profileName profileName
- The name of a user-defined profile. Specify this option if you are not
working with the default profile.
Note: If you do not specify any templateName nor userList, all staff queries that are stored in the database are refreshed. You might
want to avoid this for performance reasons.