Schedule request id status
I uploaded the FBDI file using the Schedule Process, and one Request ID was generated. I'm checking that Request ID, and I see multiple jobs running — both parent and child jobs.
In the backend, the data is stored in the ESS_REQUEST_HISTORY table. How can I know whether the entire process (including the parent and all child jobs) has completed? The table doesn't have any column that clearly indicates whether the full process is completed or still running. Each job has its own run status, but I need to determine if the entire parent job along with all child jobs has finished.
0