Calling a Process That Uses the Start Activity

If the migrated project has a process that uses the Start activity, you have to manually create a new BusinessWorks process to call the migrated process.

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 CAllProcess activity.
  4. Add a transition between the process starter and the CallProcess activity.
  5. Select the CallProcess activity and configure the activity:
    1. In the Properties view, click the General tab.
    2. Click the button next to the Service field.
    3. In the Select a Service window, select the migrated process. Click OK.

    After you select the process to call, the process reference is displayed in the created process.

  6. Select the reference added to the new process and configure the reference:
    1. In the Properties view, click the General tab.
    2. Click Select Process next to the Process field under Wire to Process.
    3. In the Select a BusinessWorks Process window, select the migrated process. Click OK.
    4. In the Service Name field, select the service from the list.

  7. Save the project.