Automatically release or hold the job on a specific date monthly
We have created several jobs that run on a daily basis. However, during the month-end period, these jobs need to be placed on hold and then released once the period is reopened. This activity is currently performed manually each month and requires careful handling, as there is a risk of unintentionally canceling the recurring job instead of simply holding and releasing it using the appropriate option.
I would like to explore whether this process can be automated. Any thoughts??
Here is AI response received from Success Navigator:
Automation via REST API: - Oracle Fusion Applications provide REST APIs for some ESS job management tasks. - However, as of the latest releases, there is no public REST API to directly change the status of an existing scheduled job from Hold to Release on a future date. - You can use the REST API to schedule new jobs, but not to amend the status of an existing scheduled job at a future date.