java.lang.ClassCastException:
Getting ClassCastException in logs from getMessageAll function .
java.lang.ClassCastException: com.pega.pegarules.data.internal.clipboard.ClipboardPropertyImpl cannot be cast to com.pega.pegarules.pub.clipboard.ClipboardPage
; at com.pegarules.generated.getMessagesAll_071017_mhCGdeI9xn0snJ8HP8zsjA.invoke(getMessagesAll_071017_mhCGdeI9xn0snJ8HP8zsjA.java:85);
Function is configured as @Default.getMessagesAll(Top.TempItem) , TempItem is page property under pyWorkPage .
Looks like it's not accepting the page properties .why it's not accepting the page property ?