The background task schedules in the Background Task Console are saved as Outline Processor Markup Language (OPML) files in the in WEB-INF/conf folder on the LMS server. There is a task definition file for each import and export frequency combination:
These files contain task definitions in XML format. For example:
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head/>
<body>
<outline type="trainingHistoryCsv" xmlUrl="file:/c:/data/group-enrollment.csv"/>
<outline type="users200510Xml" xmlUrl="file:/C:/temp/out/users.xml"/>
<outline type="trainingHistoryXml" xmlUrl="ftp://uname:pwd@ftp.abc.com/data/trainingHistory.xml"/>
<outline type="csUsersCsv" xmlUrl="https://competencysuite.abc.com/cgi/userimporter.asp"/>
</body>
</opml>
Additional Information