Workflows PK generating negatives | Community
Skip to main content
Level 1
July 6, 2026
Question

Workflows PK generating negatives

  • July 6, 2026
  • 1 reply
  • 98 views

Hello, 

we’re experiencing a problem with the autopk of workflows. They’re suddenly generating negative values (-2.233.232.343, for example). Have anyone experienced this problem?

1 reply

Amine_Abedour
Community Advisor
Community Advisor
July 6, 2026

hello ​@IWANTTOREGISTERLETME 

If it's the auto PK of the broadLog table, that's completely normal. The sequence is configured in such a way that it starts reusing negative values once it reaches its limit.

 



Unlike other sequences (such as NmsRecipientId, for example), the NmsBroadLogId sequence is designed to wrap around and start using negative IDs once the maximum value is reached.

Br,

Amine ABEDOUR