Hi,
We use work queue with tags for our process, that looks like that:
Item Tag "Pending: Process1; Pending: Process2" -> Process1 start [Untag "Pending: Process1"; Tag "Start: Process1"] -> Process1 end [Untag "Start: Process1"; Tag "End: Process1"]-> Process2 start [Untag "Pending: Process2"; Tag "Start: Process2"] -> Process2 end [Untag "Start: Process2"; Tag "End: Process2"] ->...
Sometimes some items are marked with exception: "Cannot insert duplicate key row into object "dbo.BPATag" with unique index "UNQ_BPATag_Tag". Repeated key value: ("Start: Process1")."
Cannot understand how is that possible, if I make untag every time whenever process finishes its work. Has anyone faced with same issue?
Best regards,
Daria Galdina