Skip to content

Provide a means to find corresponding IOP.Message object stored in database #30

Open
@anssika

Description

@anssika

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions