Uploaded image for project: 'Kogito'
  1. Kogito
  2. KOGITO-1942

Review tasks endpoint to return a list containg id and name

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 0.15.0
    • 0.10.0
    • Core Engine
    • None
    • 2020 Week 16-18 (from Apr 13), 2020 Week 19-21 (from May 4)

      Current when listing taks it returns a map with task id and name, which can be hard to map.

      So proposal to move from:

      {
          "f9c18d97-2334-4b78-9b90-fecf3e22d8e1": "review"
      }
      

      to

      [{
          "id":"f9c18d97-2334-4b78-9b90-fecf3e22d8e1"
          "name": "review"
      }]
      

              ftirados Francisco Javier Tirado Sarti
              cnicolai@redhat.com Cristiano Nicolai (Inactive)
              Marian Macik Marian Macik
              Marian Macik Marian Macik
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: