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

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

      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.

        This is the controller panel for Smart Panels app

            [CAM-4670] I can use .assigneeIn(...) in task Query

            Matthijs created issue -
            Matthijs made changes -
            Description Original: 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

            ===

            Api Idea:

            {code:java}
            taskService.assigneeIn("task1", "task2", ...).list();
            {code}

            ==
            New: 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:

            {code:java}
            taskService.assigneeIn("task1", "task2", ...).list();
            {code}

            ==
            Matthijs made changes -
            Link New: This issue is depended on by SUPPORT-1814 [ SUPPORT-1814 ]
            Thorben Lindhauer made changes -
            Workflow Original: camunda BPM [ 31309 ] New: Backup_camunda BPM [ 55640 ]
            Daniel Meyer made changes -
            Link New: This issue is related to SUPPORT-5584 [ SUPPORT-5584 ]
            Daniel Meyer made changes -
            Description Original: 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:

            {code:java}
            taskService.assigneeIn("task1", "task2", ...).list();
            {code}

            ==
            New: 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:

            {code:java}
            taskService.assigneeIn("task1", "task2", ...).list();
            {code}

            ==

            Example Usecase:

            * 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.
            Daniel Meyer made changes -
            Description Original: 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:

            {code:java}
            taskService.assigneeIn("task1", "task2", ...).list();
            {code}

            ==

            Example Usecase:

            * 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.
            New: 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:

            {code:java}
            taskService.assigneeIn("task1", "task2", ...).list();
            {code}

            ==

            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.
            Daniel Meyer made changes -
            Fix Version/s New: 7.12.0 [ 15387 ]
            Daniel Meyer made changes -
            Remote Link New: This issue links to "Page (camunda confluence)" [ 12946 ]
            Thorben Lindhauer made changes -
            Assignee New: Nikola Koevski [ nikola.koevski ]

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

                Created:
                Updated:
                Resolved: