Process
CREATE_EVENTLOG
Description: Creates an event log structure from raw activity data within the data model.
Syntax: CREATE_EVENTLOG ( activity_table.activity , activity_table.timestamp [ , ... ] )
Example:
CREATE_EVENTLOG("Activities"."Activity", "Activities"."Eventtime")
MATCH_ACTIVITIES
Description: Checks whether specified activities occur in a case according to a defined pattern.
Syntax: MATCH_ACTIVITIES ( 'pattern' [ , options ] )
Example:
FILTER MATCH_ACTIVITIES('A -> B');