Configuring a Migrated Project

If the process in the migrated project contains a Start activity, you have to configure the process after migration.

Prerequisites

Ensure that you have migrated the project to TIBCO Business Studio as described in Migrating a Project.

Procedure

  1. Create a new process in TIBCO Business Studio.
  2. In the new process, add a Timer, File Poller or any activity of the process starter type.
  3. In the new process, add a Call Process activity.
  4. Add a transition between the process starter and the Call Process activity.
  5. Select the Call Process activity, and then configure the activity by completing the following steps:
    1. In the Properties view, click the General tab.
    2. Click next to the Service field to select the migrated process.

    3. Click OK.
  6. Select the reference added to the new process, and then configure the reference by completing the following steps.
    1. In the Properties view, click the General tab.
    2. In the Wire to Process panel, click to select a corresponding process from the Process list, and select a service from the Service list.
    3. Click the blank area in the Process editor.
    4. Click the Advanced tab, and select Single AppNode from the Activation list.
  7. Save the project.

Result

The configuration task has been completed and you can call the created process to invoke the migrated process.