Uploaded image for project: 'Red Hat Process Automation Manager'
  1. Red Hat Process Automation Manager
  2. RHPAM-2100

addDynamicUserTask method argument should be changed from Description to Subject

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Optional
    • 7.4.1.GA
    • 7.3.0.GA
    • jBPM Core
    • 2019 Week 29-31

    Description

      In the addDynamicUserTask method there is a param with name description, which internally is set as "Comment", which becomes the subject of the task, so it creates task with same 'Description' and 'Subject'. To have unique task description and subject we have to pass it like as:
      ~~~
      data.put("Description", "MyDescription");
      caseServicesClient.addDynamicUserTask(containerId, caseId, taskName, subject, actorId, null, data);
      ~~~

      Attachments

        Issue Links

          Activity

            People

              rhn-support-tsurdilo Tihomir Surdilovic (Inactive)
              rhn-support-abhumbe Abhijit Humbe
              Marian Macik Marian Macik
              Marian Macik Marian Macik
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: