Skip to content

allow nodes to add additional data to a stored message #131

@feenes

Description

@feenes

at the moment a message store has the functions
store() and change_message_state() suggestion is to add a method
add_additional_info_to_message() (TODO find a better name)
that allows consecutive nodes to store additional data related to a message in a message store.

if possible every node could have a param store which is by default False. If set to true the message (a JSON version of it) would be saved.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions