Hello.
I have a class A that inherited from a class B. I have declared a instance of class A on the lane. In a task operation, I want to use public method declared on class B but the studio doesn’t show inherited methods.
In studio 6.2.6, I used groovy script as workaround. But, in studio 6.4.2, I have on error “dependency cannot be initialized or updated inside a groovy script expression. You have to use Operation”. Why this regression ? And why propose the operator “Takes value of” if it is forbidden ?
I’m blocked.