Seed Data in the Event and Event Subtype Tables
The Event and Event Subtype Tables require the initial population of data (seeding)
as a configuration step.
Note:
Before you can use the Event-based Orchestration of Process Flow, seed the data as discussed in this section. The seeding of data is a prerequisite configuration.To Seed Data in the Event and Event Subtype tables, configure the arguments and Run the following script to add data to the Event Tables in the AAI Config Schema:
./SaveEventInfo.sh <EVENT_TYPE> <EVENT_SUB_TYPE> <EVENT_SOURCE>
<EVENT_DESCRIPTION> <LOCALE_CODE>
Table 16-1 Argument Description Table for Event Subtype Tables
Argument | Description |
---|---|
EVENT_TYPE |
The type of classification at the Parent level for the various tasks. For example: The type of product such as Insurance, loans, and Deposits. |
EVENT_SUB_TYPE |
The further classification of the Parent level Event Type. For example: For the Loan Event Type, the subtypes such as long-term loans, short-term loans, and loan transfers. |
EVENT_SOURCE | The Source of the OFSAA Application for the Event to be added. |
EVENT_DESCRIPTION | The description of the Event that is to be added. |
LOCALE_CODE | The locale for the UI. |
For example:
./SaveEventInfo.sh ECMEVENT AML_DD ECM 'ECM_Type_EVENT' en_US
Note:
For more information about additional configurations related to Event Framework Metadata, see Appendix C: Set Up Event Framework Metadata.