ESS Process Count
Summary
Retrieve ESS job process and reject countContent
We are using the ErpIntegration web service to invoke ESS jobs from java application. We are able to submit jobs. For example, we are able to import file to UCM and launch import suppliers job. Using the document id returned from the uploadfiletoUCM service, we launch the required job and the service using importBulkData service. This service returns the parent process id, however there are sequence of child jobs running. I want to know if we can get the list of all child jobs and retrieve ESS job process and reject count
0