Uploaded image for project: 'jBPM'
  1. jBPM
  2. JBPM-8593

addDynamicUserTask method argument should be changed from Description to Subject

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Optional
    • 7.24.0.Final
    • 7.23.0.Final
    • None
    • NEW
    • NEW

    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

              elguardian@gmail.com Enrique González Martínez (Inactive)
              elguardian@gmail.com Enrique González Martínez (Inactive)
              Marian Macik Marian Macik
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: