I have implemented a process using re framework. I have 7 items in my excel sheet which is read from data table and published to the orchestrator queue which is basically the dispatcher process. I have an another performer process to do the actual execution. The get queue items count is 6 over there. Can anyone explain why there would be a mismatch?
Does your excel table has a header if not did you use read range with headers checked ? Then it would read the first row by default as the header…uncheck it to solve
Alternately check which item is missinng we can investigate the process from there
Actually I found out the issue. The get queue items in the performer stage fetched only the items of new status. In that case , the very first entry would be in progress status hence the count is one less.