The following route has a simple goal :
First, it checks if and ImportDocumentProcess object is present in the database and adds it as an exchange header
Then, it adds an ImportDocumentTraitement (Which is linked to the previous ImportDocumentProcess) in the database
Here is the code of this ...