rcenvironment / rce

Distributed, workflow-driven integration environment
https://rcenvironment.de/
51 stars 16 forks source link

Script element does not save edited/new script when saving #30

Closed anpari closed 3 years ago

anpari commented 3 years ago

The script element does not save changes to the script when saving. Only when repositioning the element, the script changes take effect. To reproduce this bug, follow these steps:

  1. Add new script element to canvas; set to Jython
  2. Edit script to print "FIRST"
  3. Save workflow and execute; log says "FIRST"
  4. Open script and change to print "SECOND"
  5. Save workflow and execute; log says "FIRST"
  6. Move position of script element on canvas
  7. Save workflow and execute; log says "SECOND"
aweinert commented 3 years ago

Hi Anpari, thanks for reporting this. However, we were unable to reproduce that behavior using the most recently released version RCE 10.2.2. Maybe there was some kind of issue that has been resolved in the meantime? What version of RCE are you working with? Could you maybe provide us with some example workflow for reproducing this issue?

anpari commented 3 years ago

Hi aweinert, it seems that this issue does not appear in the 10.2.2 release; I was using 10.1 when I encountered this bug.

I will close the issue.