IBM Business Process Manager, V8.0.1, All platforms > Reference > Commands and scripts > Commands (wsadmin scripting)

showSCAModule command

Use the showSCAModule command to display the attributes of a Service Component Architecture (SCA) module.

This command displays the name and description of an SCA module, including any associated process application or toolkit context.

Required parameters

-moduleName moduleName

SCA module name.

Optional parameters

-applicationName applicationName

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

Example

The following command displays the attributes of a version 7 SCA module called PAORDER-6.0DS-SCAM1. The module is part of a process application named PAORDER, in a snapshot named 6.0S. The module was configured to run on the business object framework version 7 with lazy business object loading.

The following output is displayed:

name:PAORDER-6.0DS-SCAM1
description:null
scaRuntimeVersion:7
businessObjectParsingMode:Lazy
processApp:PAORDER
processAppAcronym:PAORDER
processAppTrack:Main
processAppTrackAcronym:Main
"processAppSnapshot:6.0 Snapshot"
processAppSnapshotAcronym:6.0S
processAppSnapshotGUID:b17ee0ca-d0f8-4a71-a34d-310139a3037a

If the module attributes do not contain a description, the output is null.

Parent topic: Commands (wsadmin scripting)

Related information:

Obtaining online help using wsadmin scripting
Administrative command invocation syntax using wsadmin scripting
Use the wsadmin scripting tool
Jython script library