Configuring a Process

In the Getting Started tutorial, the fourth task you must do using the plug-in is to configure a process.

Prerequisites

You must create a datagrid connection as described in Creating a DataGrid Connection and add a table as described in Adding a Table. You should have an empty process in the project you created.

Procedure

  1. Select the project folder created in the Project panel.
  2. Right-click and select from the drop-down menu Add Resource > Process > Process Definition.
    The Process Defintion is created under the project in the Projects panel.
  3. Select the process definition, and add an activity to the empty process with a Start and End activity in the Design panel. For example, select and drag the Put activity icon from the Palette panel to the Design panel. Or, select the process defintion, right-click and select from the drop-down menu Add Resource>ActiveSpaces DataGrid> Put activity.
  4. Click on the toolbar to create a transition between the added activities.

  5. Click on the toolbar to go back to selecting items in the Design panel.
  6. Select the Put activity. Configure the Put activity as described in ActiveSpaces DataGrid Palette
  7. Click Apply.

What to do next

After you have configured a process, the next task is to test the process. See the Getting Started tutorial.