Attachment conversion process
Events related to the attachment conversion process are logged and can be viewed in the event monitor.
The following table presents the event monitor logging which tracks the attachment conversion process.
Status | Description |
---|---|
CreateJob (INFO) |
call createJob() for a given attachment. |
Started (INFO) |
call startJob |
Pending (INFO) |
before entering the polling iteration in the
ConversionPoller#call
conversionProxy.jobStatusResponse(success/error) after each
polling iteration in the ConversionPoller#call |
Finished (INFO) |
after pollForResultURI has completed |
Failed (ERROR) |
if any exception occurs - startJob or during the
polling iteration |