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

Free Form DRL disappears from Guided Rule

    XMLWordPrintable

Details

    • 1
    • False
    • False
    • Release Notes
    • CR1
    • +
    • Hide
      The "Free form line" action was discarded after guided rule save and reopen if it has form described bellow. This is fixed now.

      "Free form line" form causing issues: insert(new Fact())
      Show
      The "Free form line" action was discarded after guided rule save and reopen if it has form described bellow. This is fixed now. "Free form line" form causing issues: insert(new Fact())
    • Hide

      Workaround would be to do this in one line:

      Logger log = Logger.getLogger("com.somepkg"); insert(log); 
      Show
      Workaround would be to do this in one line: Logger log = Logger.getLogger( "com.somepkg" ); insert(log);
    • Hide

       I am attaching the sample reproducer.
       
       -  Import the project into RHPAM
       -  Open the "initialize" Guided rule and add the Free Form DRL in the "then" part and save it.  
       - Click on "Spaces" and come back to Guided Rule again and the Free Form DRL will disappear.

       

      Show
       I am attaching the sample reproducer.    -  Import the project into RHPAM  -  Open the "initialize" Guided rule and add the Free Form DRL in the "then" part and save it.    - Click on "Spaces" and come back to Guided Rule again and the Free Form DRL will disappear.  
    • ---
    • ---
    • 2020 Week 40-42 (from Sep 28), 2020 Week 43-45 (from Okt 19), 2020 Week 46-48 (from Nov 9), 2020 Week 49-51 (from Nov 30)

    Description

      Created a simple Guided Rule and added a Free Form DRL in it.
       
       Added below content in the Free Form DRL.
       
       insert(Logger log = Logger.getLogger("com.somepkg")); 
       
      When clicked on the "Spaces" to browse the other space and came back to the Guided Rule the Free Form DRL disappears.
       
             
       

      Attachments

        Issue Links

          Activity

            People

              trikkola Toni Rikkola
              rhn-support-pbarate Pravin Barate (Inactive)
              Jozef Marko Jozef Marko
              Jozef Marko Jozef Marko
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: