Hi,
in my automation I am getting the queue items as the IEnumberable.
I need to perform actions for all the items with specific Reference. They are added by different processes. It is working fine but I am having issues with changing the statuses of them. I tried to change to status from New to Successfull at the end and this is not possible.
I tried to change the status from new to in progress once I collect them but I don’t think it is possible as well.
Does anyone see any other solution to that?