-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
Steps to reproduce:
- Deploy process with timer start event in camunda BPM 7.0.x
- Migrate database to 7.1.0-Final
=> Timer start event job is not acquired because SUSPENSION_STATE_ is null
Fix:
- change job acquisition to acquire jobs with SUSPENSION_STATE_ null (this will fix problem for 7.2.x & 7.1.x)
- add note to documentation to run additonal migration script (set SUSPENSION_STATE_ =1 where null). This covers community users using the 7.1.0.Final