cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - You can change your system assigned username to something more personal in your community settings. X

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

vuchekar
9-Granite

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

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 2

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
(To:vuchekar)

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.

Top Tags