BPMShowProcessApplication command

 Traditional: 
This command lists information about a process application on Workflow Center or Workflow Server.

Use the BPMShowProcessApplication command in connected mode from either a Workflow Center server or Workflow Server to return detailed information about a process application, including a list of all its snapshots.

The BPMShowProcessApplication command is run using the AdminTask object of the wsadmin scripting client.

Prerequisites

Note: In an environment with multiple security domains configured, use the PALService MBean instead of this wsadmin command. See The Process Application LifeCycle (PAL) MBean.
The following conditions must be met:
  • This topic applies only to the IBM Business Automation Workflow Advanced
configuration.In a network deployment environment, you must run this command on the node containing the application cluster member that handles Workflow Server or Workflow Center applications. Do not run this command from the deployment manager profile.
  • Run the command in the connected mode; that is, do not use the wsadmin -conntype none option.
  • To access the wsadmin command, the ID being used must have a WebSphere® Application Server role with more privileges than the monitor role. See Administrative roles for information about roles.
  • To run this command, you must have one of these permissions: read or administrative access to the process application or toolkit, or administrative access to the Workflow Center repository.
Attention: If you are using a SOAP connection, the command can take longer to complete than the specified SOAP timeout value. Although the command continues to run until it is finished, you might see the exception java.net.SocketTimeoutException: Read timed out. To prevent this exception, set a higher value for the com.ibm.SOAP.requestTimeout property in the profile_root/properties/soap.client.props file.

Location

Start the wsadmin scripting client from the deployment_manager_profile/bin directory.

Syntax

BPMShowProcessApplication 
-containerAcronym process_application_acronym

Parameters

-containerAcronym process_application_acronym
A required parameter that identifies the process application acronym. For example, the BillingDispute process application might have an acronym of BILLDISP.

Example

The following example illustrates how establish a SOAP connection to the Workflow Center server and then show the details of the BillingDispute process application.

This topic applies only to the IBM Business Automation Workflow Advanced
configuration.
Important: In a network deployment environment, use the port configured for the application cluster member that runs the Workflow Server or Workflow Center applications. To determine the correct port number, see the WebSphere administrative console Ports collection page (click Servers > Server Types > WebSphere application servers > server_name > Communications > Ports and find the value for SOAP_CONNECTOR_ADDRESS).
wsadmin -conntype SOAP -port 8880 -host ProcessCenterServer01.mycompany.com -user admin -password admin -lang jython

wsadmin>AdminTask.BPMShowProcessApplication('[-containerAcronym BILLDISP]')
Tip: Add the Jython print statement before the command when you want to see formatted output.

The output is similar to the following example.
Name: Credit Card Dispute Management
Acronym: CCDMDIP
Description: Main Process Application of the Credit Card Dispute Management Application.


Contains:

- the Manage Dispute Case type
- the related Launch UI
- related Activities
Toolkit: false
Tracks:

Track Name: Main
Track Acronym: Main
Default: true

Tip:
Created On: 2014-05-13 11:21:30.289
Created By: User.1
State: State[Inactive]
Capability: Capability[Standard]
No of running instances: 0

List of Snapshots:
Name: sn_for_Hursley
Acronym: SFH
Created On: 2014-05-12 14:05:08.563
Created By: User.9
Is Default: false
State: State[Inactive]
Capability: Capability[Standard]
No of running instances: 0

Name: ws_changed_smtpServer2
Acronym: WCSS2
Created On: 2014-05-13 11:21:30.289
Created By: User.1
Is Default: false
State: State[Inactive]
Capability: Capability[Standard]
No of running instances: 0