Event Definition
Responding to events in the application
An event is:
"...Anything which happens in the InnowayIT application"
In InnowayIT application there are two basic types of events responses:
DB Event - In this type of event response application monitors create or modify events in table records which are PUT, POST or DELETE events in APIs. In response to these events specific data base operations can be performed. For example, if the business value score of an application is changed it may result in a change in applications strategy
Email Event - In this type of event response the application sends emails to one or more persons in response to a create or modify events in table records which are PUT, POST or DELETE events in APIs.
Navigation
Go to Admin Module -> Event Definition
Event Definition Attributes
Following are the attributes of an event definition:
ID
Integer
Unique ID on of event
Object
Varchar
Name of an object
Recipient
Varchar
Name of recipient
Event
Varchar
Event or action which is performed
Recipient Type
Varchar
Category of recipient
Response
Varchar
Type of reply for an event
Subject
Varchar
Subject of an event
Purpose
Varchar
Reason for an event
Short Description
Varchar
Short explanation regarding an event definition
Long Description
Varchar
Detail explanation regarding an event definition
Sender
Varchar
Name of sender
Active Flag
Flag
Whether event will work or not
Put Fields
Varchar
It identify the theme to monitor
Stored Procedures
Varchar
SQL code which fires in response to any event
Event Definition Configuration
To configure a new event definition
Go to Admin Module -> Event Definition
Click Add New button
To update an existing table
Go to Admin Module -> Event Definition a table will open
Select Edit from action column of an event to be modified
Last updated
Was this helpful?