Creating a Process

You can create a process to include the activity that contains the created Java global instance shared resource.

Prerequisites

Ensure that you have created a business logic, as described in Adding Business Logic.

Procedure

  1. In the child TIBCO Business Studio, click File > New > BusinessWorks Resources from the menu.
  2. In the "Select a wizard" dialog, click BusinessWorks Application Module. Click Next.
  3. In the Project dialog, enter a value in the Project name field, and select the Use Java configuration check box. Click Finish to create a project.
  4. In the created process editor, find the General Activities palette, select and drop a Timer activity to the process editor.
  5. From the palette that you created in Defining a Palette, select and drop the activity that you created in Adding and Configuring Activities to the process editor.
  6. Drag the icon to create a transition between the Timer activity and your created activity.
    You can also click in the Palette view to create a transition.
    Note: The icon is displayed only when you select a Timer activity.
  7. In the process editor, double-click your created activity. Click the General tab, you can see the Java global instance shared resource you just added in Adding Java Global Instance Shared Resource.