Mirror of Oracle documentation
Converted for search and offline reading. Authoritative source: Oracle. Diagrams and some complex tables are simplified — check the PDF when in doubt.
5. Click the Scheduler Tasks link.
6. In AIF applications Nightly Scheduler Task, select a Task ID, and select Actions > Edit. Alternatively, you can select the Pencil icon.
7. In Edit Task Nightly, do the following:
-
a. Set Enabled to true.
-
b. Set the Schedule Date.
-
c. Set the Schedule Time.
-
d. Click Ok.
8. The nightly batch will kick-off at the specified date and time.
Alternatively, running a nightly batch process can be done via Postman, by executing the following:
1. From Postman, do the following:
- a. Post the url and the process to be started in the following format, replacing POAM_URL with the correct value.
POAM_URL/ProcessServices/services/private/executionEngine/schedules/RSP/ execution
For example:
http://
-
b. In the Authorization section, provide the correct user name and password for the environment.
-
c. In the body, provide details for Cycle name, Flow name, and Request type. For example:
{
"cycleName" : "Nightly",
"flowName" : "Nightly",
"requestType" : "External Request"
}
- d. Click Post . The body indicates that the execution has started. The process begins executing in POAM.
Monitoring the Process Executions
After triggering the process from Postman, the user can view the progress of the batch execution and the state of the batch process (either pass or fail) in the POAM UI. In the POAM UI, open the Batch Monitoring screen and select Nightly . Refresh the scheduler day you created. The batch schedule status can be viewed in the displayed graph; if Auto Refresh is set, then the graph is automatically updated.
Note the following:
-
The nightly batch schedule, once executed successfully, opens the next day automatically.
-
If any batch failures have occurred, the next day will not open automatically. In such cases, the failure must be resolved, the existing scheduler day must be closed, and the new scheduler day must be opened manually.
In this guide
- Guide: AI Foundation Implementation Guide
- Previous: 21 Innovation Workbench
- Next: 23 Targeted Items Recommendation