Configuring a Process

You can figure a BusinessWorks process with adapter activities to transfer data.

Prerequisites

An empty process has been created in the project, and an adapter configuration has been created and configured correctly.

Procedure

  1. In the Project Explorer view, click the created project and open the empty process from the Processes folder.
  2. Select required activities from the Palette view and drop them in the Process editor.
    For example, select and drop the Timer activity from the General Activities palette and the Publish to Adapter activity from the Adapter palette.
  3. Drag the icon to create a transition between the added activities.
  4. Configure the added activities.
    For detailed information about adapter activities, see TIBCO ActiveMatrix Adapter Framework Reference.

    For the Publish to Adapter activity, depending on the protocol type, you have to configure the SEGNAM property of input data as described in Configuring the SEGNAM property of the Publish to Adapter Activity.

    For the Invoke an Adapter Request-Response Server activity, you have to specify a closure class as part of the input schema and specify the relevant properties for the invocation as described in Configuring the Invoke an Adapter Request-Response Server Activity.

    If you want to use the RFC properties for adapter activities, you have to configure the __caret__userClosure__caret_ element with the RFCCLOSURE class as described in Configuring the _caret__userClosure__caret_ Element.

    The data type mapping between the SAP system and the adapter are also listed in Data Type Mapping between the SAP System and the Adapter.

  5. Click File > Save to save the project.