DTW_TR_INTENT_ENTRY_TRIGGER


Description

Holds the trigger associated with a given intent

Columns

Column Type Size Nulls Auto Default Children Parents Comments
INTENT_ID CHAR 36 null
DTW_TR_INTENT.ID DTW_TR_INTENT_TRIGGER_INT_FK C

The underlying intent

PHASE VARCHAR 16 null

Holds the phase of the observed entry

ID CHAR 36 null

The intent entry trigger id

TRIGGER_BY VARCHAR 64 null

The kind of trigger condition

EXECUTE_ON VARCHAR 64 null

The entry kind will trigger the intent

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc ID
DTW_TR_INTENT_ID_ENT_TRG_IDX Must be unique Asc INTENT_ID

Relationships