My question is exactly as the Title. I want to edit a value of one of the items inside my queue during execution to maintain track of what workflow has been already processed in case of errors during a transaction. How is this possible?
Hello @postwick , Thank you very much for your attention
I revised the documentation attached, but I didn´t find any info related to my question… Maybe you understood me wrongly. Let me put it into an example:
Let´s say I have my Queue Called “Invoice Info”… Invoice Info stores 3 items, Date, Amount and State. During the processing of any of the transaction of my queue Invoice Info I would like to update the value of the State Ite to a desired one.
Is it possible to edit the value of the item?
Hopefully, I made y inquiry clear enough, Thank you once again.