addBPMSystem command
Traditional:
Use the addBPMSystem command to add
an IBM® Business Automation
Workflow system
with a Business Process Execution Language (BPEL) or business process
definition (BPD) engine to the local IBM Business Automation
Workflow federated
API.
The addBPMSystem command is run using the AdminTask object of the wsadmin scripting client.
Location
Start the wsadmin scripting client from the deployment_manager_profile/bin directory.
Syntax
addBPMSystem
-bpmCellName cell_name
-bpmSystemType BPEL | BPD
-bpmHostName host_name
-bpmPort port
-bpmTransportType http | https
[-bpmNodeName node_name -bpmServerName server_name]
[-bpmClusterName cluster_name]
[-processServicesContextRoot context_root]
[-taskServicesContextRoot context_root]
Parameters
- bpmCellName
- The name of the system configuration cell for IBM Business Automation Workflow
- bpmSystemType
- The required system type for IBM Business Automation
Workflow.
Specify either
BPELorBPD. - bpmHostName
- The required system's host name for IBM Business Automation Workflow.
- bpmPort
- The required system's port for IBM Business Automation Workflow.
- bpmTransportType
- The required transport type used by the Representational State Transfer (REST) calls. Specify
either
httporhttps. - bpmNodeName
- The optional name of the system configuration node for IBM Business Automation Workflow . This parameter requires the specification of bpmServerName. Do not specify this parameter if the bpmClusterName parameter is specified.
- bpmServerName
- The optional configuration server name for IBM Business Automation Workflow. This parameter requires the specification of bpmNodeName. Do not specify this parameter if the bpmClusterName parameter is specified.
- bpmClusterName
- The optional configuration cluster name for IBM Business Automation Workflow. Do not specify this parameter if the bpmNodeName or the bpmServerName parameter is specified.
- processServicesContextRoot
- The optional context root for the process services endpoint. Specify a value for this parameter
in the following cases:
- the context root for the bfmrestapi.war file of the
BPEContainerapplication was changed - the context root for the bpmrest.war file of the
IBM_BPM_Teamworksapplication was changed
- the context root for the bfmrestapi.war file of the
- taskServicesContextRoot
- The optional context root for the task services endpoint. Specify a value for this parameter in
the following cases:
- the context root for the taskrestapi.war file of the
TaskContainerapplication was changed. - the context root for the bpmrest.war file of the
IBM_BPM_Teamworksapplication was changed.
- the context root for the taskrestapi.war file of the
Examples
AdminTask.addBPMSystem('[-bpmCellName remoteCell
-bpmClusterName RemoteCell.AppCluster
-bpmSystemType BPEL -bpmHostName remoteHostname -bpmPort 443
-bpmTransportType https]')