IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)
installHumanTaskManagementWidgets command
Use the installHumanTaskManagementWidgets command to install the human task management widgets application on an IBM BPM Standard or IBM BPM Advanced server or cluster.
Topic scope: This topic applies to the following products:
- IBM Business Process Manager Standard
- IBM Business Process Manager Advanced with no Business Space configured
If you want to use the human task management widgets in a cross-cell configuration with IBM Case Manager you must use the installHumanTaskManagementWidgets command to install just the necessary widgets application.
Required parameters
- -clusterName cluster_name
- This parameter specifies the name of the IBM BPM cluster where the human task management widgets application will be installed. Normally, this should be the cluster where Business Space would be installed. For example, the application cluster in a one or two cluster topology, the support cluster in a three cluster topology, and the web application cluster in a four cluster topology.
If you specify the clusterName parameter, do not specify the serverName and nodeName parameters.
- -nodeName node_name
- This parameter specifies the name of the IBM BPM node where the human task management widgets application will be installed.
If you do not specify the clusterName parameter, you must specify both the serverName and nodeName parameters.
- -serverName server_name
- This parameter specifies the name of the IBM BPM server where the human task management widgets application will be installed.
If you configure Business Space later on the same server where the human task management widgets application is installed, the existing application will then be used by Business Space. If you do not specify the clusterName parameter, you must specify both the serverName and nodeName parameters.
Example
The following examples uses the installHumanTaskManagementWidgets to install the human task management widgets application on the Support cluster.
Jython example:
AdminTask.installHumanTaskManagementWidgets('-clusterClusterName Support') AdminConfig.save()Jacl example:
$AdminTask installHumanTaskManagementWidgets {-clusterClusterName Support} $AdminConfig save
Parent topic: Commands (wsadmin scripting)