Question
Workflow Task Differences Between 9.1 and 10.2
- August 14, 2014
- 2 replies
- 2287 views
Group,
This might be the first in several questions I might have about Windchill 10.2. I am not getting the expected answer from PTC Support on these topics.
Firstly, I see that the workflow task name include a reference to the actual workflow template name now in 10.2. This is unnecessary and causes clutter. I have an open PTC ticket for this, and it seems like it is a site customization to remove it back out of the workflow task name.
What are your thoughts about this? Can it be done without customization?
[cid:image004.jpg@01CFB777.871E60E0]
[cid:image005.jpg@01CFB777.871E60E0]
[cid:image009.jpg@01CFB777.871E60E0]
1. Paste the file "WorkItemDisplayIdentificationDelegate.java" that is attached to this email into <wt_home>\src\wt\workflow\work\
2. Open the file in editor and do the required changes like instead of processName = process.getName(); use processName = "; .
3. Save the file.
4. Now open a windchill shell and run the following
set CLASSPATH=%CLASSPATH%;.\srclib\tool\Annotations.jar;.\srclib\tool\AnnotationProcessing.jar
javac -d ./codebase src/wt/workflow/work/WorkItemDisplayIdentificationDelegate.java
The above commands will create .class file in <wt_home>\codebase\wt\workflow\work directory. Check the time stamp for recently compiled file.
5. Now restart the MS and display a task.
Ben Perry | Engineering Systems Administrator
Enerpac | 199 Gateway Court
Columbus, WI | United States
T: 920-623-7285
E: ben.perry@enerpac.com<">mailto:ben.perry@enerpac.com> | www.enerpac.com
This might be the first in several questions I might have about Windchill 10.2. I am not getting the expected answer from PTC Support on these topics.
Firstly, I see that the workflow task name include a reference to the actual workflow template name now in 10.2. This is unnecessary and causes clutter. I have an open PTC ticket for this, and it seems like it is a site customization to remove it back out of the workflow task name.
What are your thoughts about this? Can it be done without customization?
[cid:image004.jpg@01CFB777.871E60E0]
[cid:image005.jpg@01CFB777.871E60E0]
[cid:image009.jpg@01CFB777.871E60E0]
1. Paste the file "WorkItemDisplayIdentificationDelegate.java" that is attached to this email into <wt_home>\src\wt\workflow\work\
2. Open the file in editor and do the required changes like instead of processName = process.getName(); use processName = "; .
3. Save the file.
4. Now open a windchill shell and run the following
set CLASSPATH=%CLASSPATH%;.\srclib\tool\Annotations.jar;.\srclib\tool\AnnotationProcessing.jar
javac -d ./codebase src/wt/workflow/work/WorkItemDisplayIdentificationDelegate.java
The above commands will create .class file in <wt_home>\codebase\wt\workflow\work directory. Check the time stamp for recently compiled file.
5. Now restart the MS and display a task.
Ben Perry | Engineering Systems Administrator
Enerpac | 199 Gateway Court
Columbus, WI | United States
T: 920-623-7285
E: ben.perry@enerpac.com<">mailto:ben.perry@enerpac.com> | www.enerpac.com

