Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! X
Hi All,
in one of my requirement, i am passing a change object to a custom class, and then want to receive a ArrayList object in workflow expression robot.
how i can create Variable of ArrayList type.
i tried to create it, but while doing check syntax in workflow, it gives me below error.
"wt.util.WTException: ATTENTION: Only Evolvable or Persistable classes can be set as workflow variables.
Nested exception is: wt.util.WTException: ATTENTION: Only Evolvable or Persistable classes can be set as workflow variables."
Please let me know how i can tackle this.
Regards,
Vivek
Hi,
I'm not sure if it helps for a ArrayList. I have also tried to play with this before but I tried to create a own class.
There is a case about evolvable classes: https://support.ptc.com/appserver/cs/view/solution.jsp?n=CS16646
Did you select the correct class type in other class name?
Thank you
Binesh Kumar
Medtronic - MITG
Vivek,
Did Bjoern's suggestion resolve your issue?