pp!id is unique for all process instances?

Certified Associate Developer

I'm using pp!id of a process instance value as orderId field for my db, As I  thought it is unique for all process instances, but when I checked It was not. I was wondering is it really unique?

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Peter Lewis

    I think you may have missed Stefan's point (unless I myself am missing something here) --

    To reiterate, If a few million processes execute each day, and assuming the Process ID is constrained by the "unsigned integer" boundary, that means all possible unique process IDs may have been used at least once inside... maybe a year, with a heavy enough load?  If so, how would they be unique, while still having new ones to assign for new process instances?

Children