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

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