duplicate process id for different process instance

Hi all,

We are in process of changing from using existing Query DB Node to write to DS Node by using CDTs and we are storing process ID as the primary key into the user business/secondary table. But We are getting a duplicate primary key issue when running for some of the instance.

can appian duplicate process id for different process instance .

Any assistance on this would be of great help!!

  Discussion posts and replies are publicly visible

Parents Reply
  • I see a previous thread from four years ago, where it is indicated that process ids are never reused, which would cover Appian 7.x, but not necessarily Appian 6.x (although it's unlikely that this design paradigm changed in that time).

    Process IDs of deleted or archived processes should also never be reused. Is there any manipulation done to the Process ID before it's written as a primary key? Is it stored as text or bigint?
Children