flowable / flowable/flowable-engine

Task identity links not updated when deleting candidates

Open
#3,997 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
9.5k
Forks
2.9k
Avg merge
7h 8m
Merged PRs (30d)
2

Description

**Describe the bug**
When the candidates of a task are modified, specifically deleted by calling org.flowable.task.service.delegate.DelegateTask#deleteCandidateUser, the list of identity links in the task object is not updated. What's worse, that persists through different task listeners.

**Expected behavior**
After calling org.flowable.task.service.delegate.DelegateTask#deleteCandidateUser I expect that org.flowable.task.service.delegate.DelegateTask#getCandidates will reflect the changes.

**Code**
org.flowable.task.service.delegate.DelegateTask#deleteCandidateUser
org.flowable.task.service.delegate.DelegateTask#getCandidates
org.flowable.task.service.impl.persistence.entity.TaskEntityImpl#getIdentityLinks

**Additional context**
Flowable version 7.1.0.27

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.