Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
It's possible run a wfprocess without primaryObject in Windchill 7,but not enable at Workitem page in Windchill 10 M020.
I create wfprocess by API and not assign wtpart or wtdocument at primary Object in old process system(windchill7).
I try to upgrade Windchill to 10 M020, but it show errror messgae when user entry workitem page.
The show message mean Windchill 10 not allow processs work without primaryObject. It a bad new for me.
How can I do that with a empty primaryObject wfprocesses?
Solved! Go to Solution.
dear all
The problem is found out.
The original warn message.
the jsp source code in netmarket/jsp/workitem/info.jsp
PTC was not allow process without PBO for review anymore.
I try to mask these codes and run well.
What is the exact error message ?
may be it is only an error in the WorkItem page, and you can log a call to TS to fix it as a regression.
cause in 10, in the Admin Applet workflow, you're still able to launch a workflow without PBO.
regards
Gregory
If in 10 you can still launch a wfprocess without a pbo, I would expect the view workitem pages to still work. But it's also true that the jsps/view source is updated much more frequently and probably by many more devs than the old applet stuff. Out of curiosity, is 10 still using the same launch wfprocess applet?
Did all of your windu/winru tasks run cleanly?
What exactly is the error you're getting and on what page? Is it when the user tries to complete a workitem, or when they are trying to view a workitem? Not necesarily with workitems, but I've seen instances where some Persistable objects return null when calling xxx.getReference methods, while others return "empty" WTReferences. You could also try enabling debugging for some of the relevant packages.
Can you post the relevant MethodServer/ServletEngine log portion?
Yes seems to be exactly the same applet,
with ability to choose the wf template, a pbo , set variables .... etc ...
dear all
The problem is found out.
The original warn message.
the jsp source code in netmarket/jsp/workitem/info.jsp
PTC was not allow process without PBO for review anymore.
I try to mask these codes and run well.