Open
Description
Having a Python interoperability message object received by a business host, provide a means to find the corresponding object of class IOP.Message in the database.
I am implementing a business process. I call send_request_sync and get the response message (body) back as the return value. This response is a Python object. I have a use case where I need to find the corresponding object of class IOP.Message used to store the response in the database.
One way to achieve this, would be to add an attribute for the Python message object that contains the id of the corresponding persistent object of class IOP.Message.