Why the CaseID field its been generated in NO correlative order

1
0
-1

Hello,

I am using Bonita BPM community 7.2.4. with an MS SQL server 2008

The question is because everytime the user initiate a new Case, the CaseID asigned is not +1 (correlative order). Some times is 2 or 4 ahead of the current one. What is the cause of this?

Regards,

Jose Miguel Siu

1 answer

1
0
-1

CaseId is GLOBAL and not related to a particular process so if you have two processes A and B and users were to execute them as follows:

process A = 1
process B = 2
process A = 3
process A = 4
process B = 5
etc.

If you need a sequential number for your case execution of a process then you will need to define your own master variable (in a BDM?) to keep sequential numbers for those processes where it is necessary.

regards
Seán

PS: As this reply answers your question, please mark as resolved by ticking the tick mark on the left of this reply.

Notifications