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

[GSS] (6.4.z) Human task subject not returned in REST API response

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 6.4.3
    • 6.4.0
    • Kie-Server
    • CR1
    • 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;

    Description

      In the response of the REST API(http://localhost:8080/kie-server/services/rest/server/queries/tasks/instances/pot-owners), task subject is not returned.
      kie-server response:
      ~~~
      <task-summary>
      <task-id>1</task-id>
      <task-name>HT</task-name>
      <task-subject/>
      <task-description>description</task-description>
      ~~~

      If we use business-central REST API http://localhost:8080/business-central/rest/task/query , we can see task subject is populated in response.
      business-central response:
      ~~~
      <task-summary>
      <id>1</id>
      <name>HT</name>
      <subject>subject</subject>
      <description>description</description>
      <status>Reserved</status>
      ~~~

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: