Under Community Review

Adding scheduled job functionality into Tridion Docs that gives an admin or a developer the ability to run program code at specified time intervals

Examples;

- An admin schedules a job to trigger a publish on specific publications with specific output formats at certain time intervals e.g. every hour, day, or week.

- A developer writes a program (e.g. in Java/.NET) and this code executes at configurable time intervals in the repository. One use case is we need a job scheduled to run code daily, The code behind the job checks certain metadata values on topics or attribute values in XML elements (e.g. an Effective Date) and when the date value found matches the current date a publish is triggered.