Uploaded image for project: 'JBoss BPMS Platform'
  1. JBoss BPMS Platform
  2. RHBPMS-4618

Human task subject not returned in REST API response

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 6.4.3
    • 6.4.0
    • Kie-Server
    • Hide

      1. create a process definition with a human task,add some text in the 'Subject' field.
      2. build and deploy project.
      3. create kie-server container with kjar build in step-2.
      4. Start process instance and using below REST API check task summary:
      ~~
      GET http://localhost:8080/kie-server/services/rest/server/queries/tasks/instances/pot-owners
      ~~
      5. The the task returned without subject populated;

      Show
      1. create a process definition with a human task,add some text in the 'Subject' field. 2. build and deploy project. 3. create kie-server container with kjar build in step-2. 4. Start process instance and using below REST API check task summary: ~~ GET http://localhost:8080/kie-server/services/rest/server/queries/tasks/instances/pot-owners ~~ 5. The the task returned without subject populated;

      In the response of the REST API, task subject is not returned.
      ~~~
      <task-summary>
      <task-id>1</task-id>
      <task-name>HT</task-name>
      <task-subject/>
      <task-description>description</task-description>
      ~~~

            swiderski.maciej Maciej Swiderski (Inactive)
            rhn-support-abhumbe Abhijit Humbe
            Karel Suta Karel Suta
            Karel Suta Karel Suta
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: