This topic applies only to the IBM Business Process Manager Advanced configuration.

listSCAModules command

Use the listSCAModules command to list the SCA modules deployed to a cell.

This command lists all the SCA modules that have been deployed to the cell and the applications or process applications they are associated with.

Location

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

Syntax

listSCAModules

Parameters

None.

Example

To list all modules deployed to a cell:
AdminTask.listSCAModules()
Tip: To see formatted output, add the print statement before the command.