-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathxMatters_Service_Batch_Sync.xml
More file actions
52 lines (51 loc) · 1.88 KB
/
xMatters_Service_Batch_Sync.xml
File metadata and controls
52 lines (51 loc) · 1.88 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<?xml version="1.0" encoding="UTF-8"?>
<unload unload_date="2025-12-31 13:38:48">
<sysauto_script action="INSERT_OR_UPDATE">
<active>true</active>
<advanced>false</advanced>
<business_calendar display_value=""/>
<condition/>
<conditional>false</conditional>
<entered_run_end/>
<entered_run_start/>
<entered_time>1970-01-01 00:00:00</entered_time>
<max_drift/>
<name>xMatters Service Batch Sync</name>
<offset/>
<offset_type>0</offset_type>
<repeat_every/>
<run_as display_value="System Administrator">6816f79cc0a8016401c5a33be04be441</run_as>
<run_as_tz/>
<run_dayofmonth>1</run_dayofmonth>
<run_dayofweek>1</run_dayofweek>
<run_daysofweek/>
<run_end/>
<run_month>1</run_month>
<run_period/>
<run_start>2025-12-03 18:46:24</run_start>
<run_time>1970-01-01 08:00:00</run_time>
<run_type>on_demand</run_type>
<run_weekinmonth>1</run_weekinmonth>
<script><![CDATA[(function () {
// This runs in the x_xma_eb_fd scope if the job is created in that app
var sync = new serviceBatchSync();
var summary = sync.run();
gs.info('[xMatters Service Batch Sync] Completed with summary: ' +
JSON.stringify(summary), 'serviceBatchSync');
})();]]></script>
<sys_class_name>sysauto_script</sys_class_name>
<sys_created_by>admin</sys_created_by>
<sys_created_on>2025-12-08 13:33:08</sys_created_on>
<sys_id>ddb21bf7c3a1321072461d0ed40131ac</sys_id>
<sys_mod_count>0</sys_mod_count>
<sys_name>xMatters Service Batch Sync</sys_name>
<sys_package display_value="Everbridge Flow Designer" source="x_xma_eb_fd">8018d948dbed56102b317f93e2961979</sys_package>
<sys_policy/>
<sys_scope display_value="Everbridge Flow Designer">8018d948dbed56102b317f93e2961979</sys_scope>
<sys_update_name>sysauto_script_ddb21bf7c3a1321072461d0ed40131ac</sys_update_name>
<sys_updated_by>admin</sys_updated_by>
<sys_updated_on>2025-12-08 13:33:08</sys_updated_on>
<time_zone/>
<upgrade_safe>false</upgrade_safe>
</sysauto_script>
</unload>