Business Log DataSource
Use
Technical name: BPM_BUSINESS_LOG_DS
|
Field Name |
Description |
Type |
|---|---|---|
|
ENTRY_ID |
Event entry unique ID |
VARCHAR |
|
CONTAINER_ID |
Unique ID of the container (e.g. process or task) |
VARCHAR |
|
CONTAINER_TYPE |
Container type: PROCESS, TASK, and so on |
VARCHAR |
|
USER_ID |
Unique ID of the involved user |
VARCHAR |
|
USER_NAME |
Unique name of the user |
VARCHAR |
|
EVENT_CATEGORY |
Event category: CONTROL_FLOW, HUMAN_INTERACTION, and so on |
VARCHAR |
|
EVENT_TYPE |
Event type: TASK_CREATED, TASK_CLAIMED, and so on |
VARCHAR |
|
OCCURRENCE_D |
Date of occurrence |
DATE |
|
OCCURRENCE_T |
Time of occurrence |
TIME |
|
OCCURRENCE |
Time of occurrence in milliseconds since January 1, 1970, 00:00:00 GMT |
BIGINT |
The following filters are supported:
-
Date range filter (BETWEEN operator) for date field OCCURRENCE_D
-
Single (EQUALS) or multiple (IN (...)) values filter for fields CONTAINER_ID, USER_ID, USER_NAME, EVENT_CATEGORY and EVENT_TYPE