Task Update event ignores Task Candidate Link removal

XMLWordPrintable

    • Type: Bug Report
    • Resolution: Unresolved
    • Priority: L3 - Default
    • None
    • Affects Version/s: 7.12.4
    • Component/s: engine

      Given:
      A User Task with 2 candidate groups: TEST_A and TEST_B and a Task Update listener defined as:

      // pseudo code of JavaDelegate
      logger.debug("Current #candidates: " + delegateTask.getCandidates().size());
      

      When:
      A candidate group is removed.

      Then:
      The old state of the Task Candidate links is reported.

      Expected:
      The new state of the Task Candidate links is reported.

            Assignee:
            Unassigned
            Reporter:
            Nikola Koevski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: