Community Tip - Did you get called away in the middle of writing a post? Don't worry you can find your unfinished post later in the Drafts section of your profile page. 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.