1<?xml version="1.0" encoding="UTF-8"?>
2<activity xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:noNamespaceSchemaLocation="http://chart/schemas/activity.xsd">
4 <description>Convert APEX EVENTS (INSTANCES and LOG) entries into APEX Events</description>
5 <class>algorithm</class>
6 <executable>alg/apex_events.py</executable>
7 <calling-convention>sid+timerange</calling-convention>
8 <event>APEX-EVENTS</event>
9 <event>APEX-LOG</event>
10 <event>APEX-INSTANCES</event>
11 <trigger>
12 <table>APEX_LOG</table>
13 <table>APEX_INSTANCES</table>
14 </trigger>
15</activity>