Queue Item Process Count Best practices

What are the best practices to keep track of how many times a queue Item has been postponed?

Our business logic for a project is the following:
1)pull queue item
2)check status
3a)postpone the process if status check meets certain criteria
3b)label Item as Success if status check meets other criteria
4) Keep track of how many times the queue Item was postponed.

In other words, we want statistics at the queueItem level for how many times a robot had to process it before we got the status we needed.

This feels like something that could be done through the Output Data or Analytics data sections, but the only way to get to those through an activity is using Set Transaction Status which also requires setting it to Success/Failed

Through the Orchestrator API, the put request QueueItems{key} ->Put → Model only shows access to SpecificContent. While i can put this info there, it seems more intuitive to be putting this in the other two fields (Output/Analytics)

Anyone else have this issue and is my only realistic option to track this info in the SpecificContent?

Hello @brian.c.hunt!

It seems that you have trouble getting an answer to your question in the first 24 hours.
Let us give you a few hints and helpful links.

First, make sure you browsed through our Forum FAQ Beginner’s Guide. It will teach you what should be included in your topic.

You can check out some of our resources directly, see below:

  1. Always search first. It is the best way to quickly find your answer. Check out the image icon for that.
    Clicking the options button will let you set more specific topic search filters, i.e. only the ones with a solution.

  2. Topic that contains most common solutions with example project files can be found here.

  3. Read our official documentation where you can find a lot of information and instructions about each of our products:

  4. Watch the videos on our official YouTube channel for more visual tutorials.

  5. Meet us and our users on our Community Slack and ask your question there.

Hopefully this will let you easily find the solution/information you need. Once you have it, we would be happy if you could share your findings here and mark it as a solution. This will help other users find it in the future.

Thank you for helping us build our UiPath Community!

Cheers from your friendly
Forum_Staff