Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.1.0
-
Fix Version/s: 2.1.2
-
Component/s: Activity - Beanshell, Activity - RShell
-
Labels:None
Description
The fix of T2-976 checks for port uniqueness when editing Beanshell scripts.
However, this check seems to also forbid input port names named the same as output port names, which is not actually a restriction of either the workflow system or beanshell scripts.
This makes it difficult to do looping with feedback ports over beanshell scripts, one have to resort to nested workflows.

also fixed for rshell