Work Queue - Getting latest item completed based on timestamp and Tag
We have a situation wherein we need to get the last item from workqueue based on tag(both completed and exceptioned). This is required to start the next process(We will be checking the previous process status). Please suggest how to accomplish this.