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

I can use .assigneeIn(...) in task Query

    XMLWordPrintable

Details

    Description

      At:

      • using the Java Api, I can provide a list of assignees when querying for tasks
      • at the SQL Level, this is translated into the SQL in ... statement
      • also available in the REST api
      • can be used in filters
      • can be integrated into Tasklist

      ===

      Api Idea:

      taskService.assigneeIn("task1", "task2", ...).list();
      

      ==

      Example Usecases:

      • Person A and Person B go to vacation and want Person C to have access to the same tasks that are assigned to Person A and Person B. For that purpose, they need a new Filter defined in the Tasklist (https://docs.camunda.org/manual/7.7/webapps/tasklist/filters/) that shows all tasks of Person A and Person B for Person C.

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            There are no Sub-Tasks for this issue.

            Activity

              People

                Unassigned Unassigned
                matthijs.burke Matthijs
                Votes:
                3 Vote for this issue
                Watchers:
                4 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce