Task identifers are recorded on the DB with negative numbers
Issue
An inconsistency has been detected between Hibernate auto schema generation and the DDL scripts which are shipped via Customer Portal.
Hibernate sequence:
CREATE SEQUENCE "XYZ"."PROCESS_INSTANCE_INFO_ID_SEQ" MINVALUE 1 MAXVALUE 9999999999999999999999999999 INCREMENT BY 1 START WITH 21 CACHE 20 NOORDER NOCYCLE NOPARTITION ;
DDL sequence:
CREATE SEQUENCE "XYZ"."PROCESS_INSTANCE_INFO_ID_SEQ" MINVALUE 1 MAXVALUE 9999999999999999999999999999 INCREMENT BY 50 START WITH 1001 CACHE 20 NOORDER NOCYCLE ;
Environment
- Red Hat Process Automation Manager (RHPAM)
- 7.7.0
- Oracle
- 12.1.0.2
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.