IBM BPM, V8.0.1, All platforms > Install IBM BPM > IBM BPM Advanced for z/OS: Process Server > Configure IBM BPM Advanced for z/OS: Process Server > Configure components > Configure additional components > Configure Process Portal > Configure the Business Space component for Process Portal > Configure Business Space to work with IBM Case Manager > Registering IBM BPM widgets in IBM Case Manager

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.

This topic applies to the following products:

If you want to use the human task management widgets in a cross-cell configuration with IBM Case Manager 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

Commands (wsadmin scripting) for configuring the Business Space component for Process Portal

Registering IBM BPM widgets in IBM Case Manager


Related tasks:
Registering IBM BPM widgets in IBM Case Manager


Related information:

Obtaining online help using wsadmin scripting
Administrative command invocation syntax using wsadmin scripting
Use the wsadmin scripting tool
Jython script library