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

processDefinition.getDescription() does not return the process definition description as defined in the process definition XML file

    XMLWordPrintable

Details

    • Bug
    • Resolution: Won't Do
    • Minor
    • jBPM 4.2
    • jBPM 4.1
    • Runtime Engine
    • None

    Description

      In my process defition file I have this

      ...
      <process description="This is the description of processdefA" key="processdefA" name="processdefA" xmlns="http://jbpm.org/4.0/jpdl">
      ...

      I can create a process instance from it and all that, but I can't get at the description with the API (I got a processDefinition instance from the RepositoryService as usual):

      System.out.println("processDefinition.getDescription=" + processDefinition.getDescription()); // returns null while I have a description in my XML file

      Attachments

        Activity

          People

            Unassigned Unassigned
            callain_conceptum Carl Allain (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: