Hi, is there a way for me to control the stream messages?
I have an entity with a field with stream checkbox checked, it's actually an Enum, and I use it to define wich action needs to be done after updating the entity using a flowchart.
So after an action has been done, the flowchart returns the enum value to the default one which is like a message saying "please choose the action to be performed", and because this field is being controlled by stream logging, the system puts 2 messages after every action, the one logging the action itself and then the one returning to the default value.
I there any way to prevent that from happening, or at least access the stream logs while still being in the flowchart and deleting the one informing the update of the field returning to the default value?
Thank you.
I have an entity with a field with stream checkbox checked, it's actually an Enum, and I use it to define wich action needs to be done after updating the entity using a flowchart.
So after an action has been done, the flowchart returns the enum value to the default one which is like a message saying "please choose the action to be performed", and because this field is being controlled by stream logging, the system puts 2 messages after every action, the one logging the action itself and then the one returning to the default value.
I there any way to prevent that from happening, or at least access the stream logs while still being in the flowchart and deleting the one informing the update of the field returning to the default value?
Thank you.
Comment