This image is a graphical representation of a sample get document status pattern that you use when you import candidate records into Oracle Taleo Enterprise Edition.

The first node in the flow shows the integration flow being invoked from a REST trigger or from a scheduled process. Next, the image describes a For Each action that processes each messageKey returned by the submit document pattern.

The flow polls Oracle Taleo Enterprise Edition for the status of each import. A While loop causes the integration to pause until Oracle Taleo Enterprise Edition returns a correlationKey and the status indicates the import for that message key is complete.

Finally, the flow uses the correlationKey received for a specific messageKey to get the import results. The results are staged to a local file. When messageKeys for all records have been processed and the status of each is staged, the status of the entire import operation is written in CSV format to an FTP server.