Do queue items have any unique identifiers?

Hey guys, I need a unique reference to identify the queue items (beyond the ‘Reference’ property).

Using the Orchestrator API, I found these properties for each queue item: Id, UniqueKey and Key.

I want to know which one that never changes, even if the status of the queue item changes like ‘New’ to ‘Successful’ or ‘Failed’.

Hi @Leonardo_Andrade

The ID property of a queue item is a unique identifier that is assigned by the system when the item is added to the queue. This will not change for that particular item. But In case of retried It will add another ID for the same transcation item.

@Leonardo_Andrade

You can use key…then even in retried scenario it will have same key…

If you dont want that then use id or unique key

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.