2.7 Event Id enrichment for approval related alerts
In case of approval related alerts, a configuration is provided to enrich the event id. This enrichment can help developers to provide specific logic in approval related events for specific task ids. The event can be enriched for alert activity id + event id + task id combination. To configure the same, following configuration needs to be used.
table : digx_fw_config_all_b
-
category Id :dayoneconfig
prop_id : <<TASK_ID>> + "#" + <<activity_Id>> + "#" + <<event_Id>> + "#LOGIC"
prop_value : Enriched Event Id
For this enriched event id respective entry needs to be done in following tables.
DIGX_PM_EVENT_ALL_B
DIGX_EP_ACT_EVT_B
DIGX_EP_ACT_EVT_ACN_B
Parent topic: Database Configurations