I have the workflow triggered by RabbitMQ ( Parallel Message Processing Limit
is set to 1)
The workflow creates an excel sheet OR append row to the existing sheet.
Even though processing limit is set, I can see how row content is changing, while I am looking at the file.
The solution I have to use for now is Wait node (with 20 sec timeout). I tried 2-5-10 secs timeout and it was not sufficient enough to do not overwrite the file.
I know there is a similar issue already raised, however the solution advised is to use queue. And I am already using RabbitMQ, and the same issue is still present
![Screenshot 2024-08-21 at 2.30.19 PM|690x220](upload://hEvlMpC1X2hIqTdBNNTVmlTGyrK.pn
Thank you , this works as expected.
I was not aware of this feature, was thinking Parallel processing limit would force to wait until execution is finished.
The solution works , but not consistently. Sometimes even with the Processing Limit and Delete From Queue When Execution Finishes, the rows are still overriding.
If there is an option to share video recording, I could send it over