Bas Claessen

Results 8 issues of 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 ![StartTimerEventInterrupting](https://user-images.githubusercontent.com/35045227/196222779-f9c3f16a-d283-4522-b923-590141ba383c.png) 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. ![StartTimerEvent](https://user-images.githubusercontent.com/35045227/196217471-a1c82879-c276-4389-8c87-4573ab1b5f4e.png) **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....