Bas Claessen
Bas Claessen
Fixes #3450 #3454 #### Check List: * Unit tests: NO * Documentation: NO
**Describe the bug** When updating an instance of org.flowable.job.service.impl.persistence.entity.SuspendedJobEntityImpl a database statement containing the ACT_RU_JOB table is executed `09:10:03,543 [main] DEBUG org.flowable.job.service.impl.persistence.entity.SuspendedJobEntityImpl.updateSuspendedJob - ==> Preparing: update ACT_RU_JOB SET REV_ =...
**Describe the bug** When updating an instance of org.flowable.job.service.impl.persistence.entity.DeadLetterJobEntityImpl a database statement containing the ACT_RU_JOB table is executed `08:40:43,770 [main] DEBUG org.flowable.job.service.impl.persistence.entity.DeadLetterJobEntityImpl.updateDeadLetterJob - ==> Preparing: update ACT_RU_JOB SET REV_ =...
#### Check List: Fixes #3494  Model bpmn 2.0 export (isInterrupting is false): ``` ``` * Unit tests: NO * Documentation: NO
**Describe the bug** The interrupting flag of the Start Timer Event cannot be changed because the property is not visible.  **Expected behavior** The interrupting flag of a Start Timer...
When a process instance with an active external worker service task is migrated to a new process definition with the same external worker service task the current external worker service...
Fixes #3509 #### Check List: * Unit tests: YES * Documentation: NO
**Describe the bug** When multiple exclusive external worker jobs with the same topic belonging to the same process instance are available for acquiring, no external worker jobs will be acquired....