I am tried to add data to Queue then after that tried compare the data with the queue item, here we are facing that the data condition was failing but some times it working fine after again rerun the job. Please suggest me how to resolve this issue.
So initially we are adding the input data(which is in datatable) into the queue, then cleared datatable and adding the queue data to it(follow the same order of the datatable and queue).
In the process state we are looping the datatable and each row comparing with the transaction of specific column data here the condition is failing and when we again rerunning then process is running fine.