Previous Topic: AuditProfileAttribute ElementNext Topic: How to Enable Auditing For a Task


EventState Element

EventState elements indicate when to record information about events. CA IdentityMinder can log information at several points, or states, during an event’s life cycle.

The EventState element includes the following parameters:

name

Defines the name of the event state to audit. The event states that you can specify are:

AUDIT

Records special events that exist only to audit information. These events only go to the AUDIT state and do not execute.

BEGIN

Audits the set of attributes that are populated from the user interface and the custom handlers including business logic task handlers, logical attribute handlers and attribute validation implementations.

This state also audits attributes populated by TEWS.

PRE

Audits attributes that are affected by event listeners that execute during the BEGIN state.

APPROVED

Audits changes to attributes during the approval process.

REJECTED

Records status information when an event under workflow control is rejected.

Note: After an event is rejected, it proceeds to the Canceled state.

EXECUTE

Records information when an event executes.

POST

Audits any changes that an event listener makes to an attribute in the POST state.

INVALID

Records status information when CA IdentityMinder encounters an invalid event.

PENDING

Records status information when an event is in a pending state.

COMPLETE

Records status information when an event completes.

CANCELLED

Records status information when an event is canceled.

Note: Specify the value of the name parameter using capital letters only.