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

In the REST API, the "assigneeIn" example for task queries needs to be an array

    XMLWordPrintable

Details

    • Bug Report
    • Resolution: Fixed
    • L3 - Default
    • 7.13.0, 7.13.0-alpha3
    • 7.12.3
    • documentation
    • None

    Description

      In the REST API, the example of the following POST request is wrong:
      POST /task

      The example at https://docs.camunda.org/manual/latest/reference/rest/task/post-query/#request states

      "assigneeIn": "anAssignee,anotherAssignee"
      

      but must be

      "assigneeIn": "[anAssignee,anotherAssignee]"
      

      Otherwise, the response states 

      { "type": "InvalidRequestException", "message": "" }
      

       

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Activity

            People

              Unassigned Unassigned
              AndreyOs Andrey Osipkov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Salesforce