Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi All,
i am creating a new workflow in Windchill 10.1,
I am trying to create a veriable of Type java.sql.Timestamp, but when i click ok it gives me wt.util.WTException as shown in below Image
Please suggest the Workarround.
Thanks,
Vivek
Hi Vivek,
In "Other Classname", you can only write the name of the class that implements the Interface "wt.fc.Persistable" for creating variable of it.
Instead, you can select type "java.util.Date" for creating variable as it should fulfill your requirement.
Regards,
Manish
In 10.0+ with XConf manager set wt.workflow.definer.variable.ShowWfEvolvableWarning=true in <WINDCHILL_HOME>\codebase\wt.properties
It changes the error to a warning to allow use of those classes.