Process Instance id is unique?

Is the process instance id unique ? and how does Bonita calculate its value because it seems like is not an incremental value.

thnx

Hi,

process instance id is unique, incremental but each time you restart engine, some cached values are not used and skipped.

The real unique key in process_instance table in database is the couple (tenant_id,id).

Since community edition doesn’t support multi-tenancy feature, you can consider that process instance id is unique,