Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-6713

Filter created with Java API initially not working

    • Icon: Bug Report Bug Report
    • Resolution: Won't Fix
    • Icon: L3 - Default L3 - Default
    • None
    • 7.5.2
    • tasklist
    • None

      Consider following code snippet:

      Filter filter = filterService.newTaskFilter("Test");
      TaskQuery query = taskService.createTaskQuery();
      query.taskAssignee("${currentUser()}")
      filter.setQuery(query);
      

      The filter appears, but no tasks are shown. If however an administrator opens the edit dialog and saves, tasks are being shown.

      Other filters created using the API, but without EL, work as expected.

        This is the controller panel for Smart Panels app

            [CAM-6713] Filter created with Java API initially not working

            Matthijs added a comment -

            Hi Casper,

            Thanks for contacting us with this issue.

            A short question: was this issue meant to be raised in our support project?
            The difference between the Support project and the Camunda BPM project is that when raising issues in the Camunda BPM project, they are not subject to the agreed SLAs and they can be viewed by all users. In contrast, issues raised in the Support project can only be seen by your authorized support contacts and us. You can find more information in our documentation.
            If you intended to raise a support issue, please let us know and we'll move this issue to the support project.

            Thank you and best regards,
            Mat

            Matthijs added a comment - Hi Casper, Thanks for contacting us with this issue. A short question: was this issue meant to be raised in our support project? The difference between the Support project and the Camunda BPM project is that when raising issues in the Camunda BPM project, they are not subject to the agreed SLAs and they can be viewed by all users. In contrast, issues raised in the Support project can only be seen by your authorized support contacts and us. You can find more information in our documentation . If you intended to raise a support issue, please let us know and we'll move this issue to the support project. Thank you and best regards, Mat

            Guten Tag Matthijs,

            Gemeint war das Camunda BPM Projekt, also ausserhalb vom SLA.

            Mit freundlichen Grüssen

            Casper

            Casper Biever added a comment - Guten Tag Matthijs, Gemeint war das Camunda BPM Projekt, also ausserhalb vom SLA. Mit freundlichen Grüssen Casper

            Hätte:

            query.taskAssigneeExpression("${currentUser()}")
            

            sein sollen.

            Ticket kann geschlossen werden.

            Casper Biever added a comment - Hätte: query.taskAssigneeExpression( "${currentUser()}" ) sein sollen. Ticket kann geschlossen werden.

            We are closing this ticket as part of our backlog grooming. Reasons:

            • This problem does likely not exist anymore

            Thorben Lindhauer added a comment - We are closing this ticket as part of our backlog grooming. Reasons: This problem does likely not exist anymore

              Unassigned Unassigned
              casper.biever@visana.ch Casper Biever
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: