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

Stunner - Multiple line script task or Expression not reloaded correctly

XMLWordPrintable

    • NEW
    • Sprint1

      To reproduce:

      • Create a new BP with a Script task.
      • Set script type to java
      • Add several lines of code, e.g.
        System.out.println("Hello");
        System.out.println("Hello");
        System.out.println("Hello");
      • Save, Close and re-open the process
      • The script will read as:
        System.out.println("Hello");\nSystem.out.println("Hello");\nSystem.out.println("Hello");\n

              jeremylindop_jira Jeremy Lindop (Inactive)
              jeremylindop_jira Jeremy Lindop (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: