Skip to main content
1-Visitor
January 29, 2018
Solved

Update externalized code from a Workflow

  • January 29, 2018
  • 1 reply
  • 1487 views

Hello, if I externalize some code from a Workflow (right click over workflow -> Externalize Expressions), how can I modify it? Is it possible to modify the generated .java file and recompile it somehow afterwards?
Thank you very much in advance

Best answer by JagerBomb

Already found out: manually compile the .java file with the required changes, replace the .class on the file system and restart Windchill. I thought there would be some way of doing it from the user interface.

1 reply

JagerBomb1-VisitorAuthorAnswer
1-Visitor
January 30, 2018

Already found out: manually compile the .java file with the required changes, replace the .class on the file system and restart Windchill. I thought there would be some way of doing it from the user interface.