Skip to main content
1-Visitor
July 11, 2013
Question

wt.util.WTException: While Creating a new Veraible in Workflow

  • July 11, 2013
  • 2 replies
  • 1295 views

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 ImageWorkflow+Error.jpg

Please suggest the Workarround.

Thanks,

Vivek

2 replies

1-Visitor
July 12, 2013

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

slapha
15-Moonstone
March 6, 2015

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.