This topic applies only to the IBM Business Automation Workflow Advanced
configuration.

showSCAImport 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 showSCAImport command to display the attributes of a Service Component Architecture (SCA) module import.
Draft comment:
Need a Prerequisites section. Does this command run in connected or not connected mode? If it runs in connected mode, include security role information. Make clear if the role is a BPM or WAS role. For a wsadmin command that runs in connected mode, you must specify the user and password parameters in the syntax and example.

Location

Draft comment:
Is this correct?

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

Syntax

showSCAImport
-moduleName moduleName
-import import_name
[-applicationName applicationName]

Required parameters

-moduleName moduleName
SCA module name.
-import importName
SCA module import name.

Optional parameters

-applicationName applicationName
The name of the application associated with the SCA module. Providing an applicationName improves performance.

Example

To list the attributes of an SCA import named MyImport in a module named MyModule in application myApplication for use in another script:
AdminTask.showSCAImport('-moduleName MyModule -applicationName MyApplication -import MyImport')
Tip: To see formatted output, add the print statement before the command