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

Double quotes of 'On Entry/Exit Actions' are not escaped after process reopening

XMLWordPrintable

    • NEW
    • NEW
    • Hide
      1. Create new Business Process
      2. Add Script Task into the canvas
      3. Select the Script Task
      4. Open the editor for On Entry Actions
      5. Put there script like: myVariable = "\"quoted constant\"";
      6. Save the process
      7. Reopen the process
      8. The On Entry Actions will be like:
        • myVariable = ""quoted constant"";
      9. Expected is:
        • myVariable = "\"quoted constant\"";
      Show
      Create new Business Process Add Script Task into the canvas Select the Script Task Open the editor for On Entry Actions Put there script like: myVariable = "\"quoted constant\""; Save the process Reopen the process The On Entry Actions will be like: myVariable = ""quoted constant""; Expected is: myVariable = "\"quoted constant\"";

      The user has possibility to escape double quotes in the 'On Entry/Exit Actions'. However such escaped double quotes are not stored correctly after process reopening.

            rh-ee-jomarko Jozef Marko
            rh-ee-jomarko Jozef Marko
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: