To call a process from a module, you need an SCA import. Because a stand-alone module is
not associated with a process application or toolkit, you must manually create the SCA import and
bindings.
Before you begin
For imports that start or interact with a process from a Service Component
Architecture (SCA) module, the authenticated user role must have at least deployer and monitor
roles.
Note: If you are not working with the
Workflow Center repository, it is
important to determine an appropriate location for storing your assets. For more information, see
Working in teams
Procedure
To create an import to start or interact with a process from a stand-alone module,
follow these steps:
-
Open the process application or toolkit containing the process in the IBM® Integration
Designer workspace.
- Click the module where you want to create the import, and
open the Dependency Editor.
- Add a dependency to the imported process application or
toolkit library.
- Open the module assembly editor.
- Drag an Import onto the canvas.
- Add an interface.
The interfaces in the library
that you added as a dependency are available. Select the interface
that you want.
- Right click Import > Generate Binding > SCA
binding.
- In the Binding tab of the Properties view,
enter the following properties:
- For Module name, enter a string that is composed of the process
application or toolkit acronym, the snapshot acronym, and the static string
ProcessApp, separated by dashes (-). For example,
PA1-SS1-ProcessApp for a named snapshot and PA1-Tip-ProcessApp
for the tip snapshot. Note: The acronym of a process application, toolkit or snapshot is
in parenthesis beside the name. For example, the acronym of the process application Hiring
Sample (HSS) is HSS
.
-
For Export name, enter the name of the process that you want to call.
You can view the available processes under the Processes category of the
process application or toolkit.
Restriction: The export name must be URL encoded. For example, replace spaces with plus
signs (+).
For example, if you want to call the process
Standard HR Open New
Position from the
Hiring Sample (HSS) process application, snapshot
Standard Hiring Sample v8550 (SHSV855), you would enter:
- Module name:
HSS-SHSV855-ProcessApp
- Export name:
Standard+HR+Open+New+Position
This topic only applies to BAW, and is located in the BAW repository. Last updated on 2025-03-13 12:15