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

            No work has yet been logged on this issue.

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

                Created:
                Updated:
                Resolved: