-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
7.3.0
Impact:
- History Level = Full
- Processes contain activity Ids longer than 64 characters
- All databases are affected
Reproduce steps:
Create a process where jobs are executing activities with ACT_IDs longer than 64 chars. After executing the jobs, the engine fails to insert them into the historic job log.
Problem:
The column "ACT_ID_" in table "ACT_HI_JOB_LOG" is only created of size '64'. In all other places (ACT_RU_EXECUTION.ACT_ID etc.) it is of size '255'. When an ACT_ID_ longer than 64 chars is inserted into ACT_HI_JOB_LOG an SQL exception is thrown.
Expected behavior:
No SQL exception thrown. Complete ACT_ID_ is preserved.