You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

The RDB Summarizer Executor can be configured using the Aspire Admin UI from the Workflow page and by clicking the workflow where the component will be used.


Step 1. Launch Aspire and Open the Content Source Management Page

Launch Aspire (if it's not already running). See:


Step 2. Add or select a Workflow

  • Add a new workflow or open an existing workflow.
  • For this step, please refer to the Workflow Introduction.


Step 3. Add the RDB Summarizer Executor to the Workflow

  • Select the event for which you want to add the RDB Summarizer Executor to, from the Event combo.
  • To add the component, drag the RDB Summarizer Executor from the Rules Section on the right side of the screen and drop it below the Workflow Event to the left side of the screen. This will automatically open the RDB Summarizer Executor window for the configuration of the component.

Step 3a. Specify a description for the application

 In the top section of the RDB Summarizer Executor configuration window, specify the description for the application.


Step 3b. Specify the executor configuration

  1. Add Schema: If enabled the table schema will be added to the processed columns.
  2. Thread Pool: The number of threads to use for parallel processing.
  3. Processed Rows Log Frequency: The frequency for reporting the processed rows.
  4. Use row filter: Check to filter the rows to process
    1. Use groovy file: Enable to use a groovy file to filter the rows
      1. Groovy Script Path: The path of the groovy script that contains the filter logic.  It must return a boolean value, if true the row will be filtered.
      2. Filter Script: Script used to filter the rows. It must return a boolean value, if true the row will be filtered

  • No labels