I cannot see a WorkflowUtilities class in PTC... is this available for community users or does this remain your own work intended for consulting solutions?
Original topic - https://community.ptc.com/t5/Windchill/Autocomplete-Activity-AND-show-in-Process-table/m-p/286162#M55685
Solved! Go to Solution.
Hi @RFS
If the class is not in the javaDoc then it is not documented.
That moment you need to use development IDE to get in the package and see what can it do.
For example eclipse or other java IDE
PetrH
Hi @RFS
If you write a code directly in a workflow you need to use a full specified class
in your case
com.ptc.customersupport.workflow.WorkflowUtilities
Hope this can help.
PetrH
Thanks for the full path to the class... now where can I find the documentation on this class? I use Windchill 12.0.2.11 and the javadocs do not have that package. Is this only available in 12.1 +? If not, it's another example of the javadocs (my copy is the 12.0.2.0 version from 2021-06-23) having large holes that hamper my efforts.
This question was originally posted as a response to another that was referring to ext.WorkflowUtilities which I was assuming to be private code.
Hi @RFS
If the class is not in the javaDoc then it is not documented.
That moment you need to use development IDE to get in the package and see what can it do.
For example eclipse or other java IDE
PetrH