installHumanTaskManagementWidgets command

Draft comment:
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15
Use the installHumanTaskManagementWidgets command to install the human task management widgets application on an Business Automation Workflow server or cluster.
Draft comment:
This topic is pulled into BPM plug-ins only.

Syntax

installHumanTaskManagementWidgets
-clusterName cluster_name
-serverName server_name -nodeName node_name

Required parameters

-clusterName cluster_name
This parameter specifies the name of the Business Automation Workflow cluster where the human task management widgets application will 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 Business Automation Workflow 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 Business Automation Workflow server 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.

Example

The following examples uses the installHumanTaskManagementWidgets to install the human task management widgets application on the Support cluster.
AdminTask.installHumanTaskManagementWidgets('-clusterClusterName Support')
AdminConfig.save()