Exception message throwed by workflow activity Complete Transition will be displayed repeatly in Windchill PDMLink 10.1 M010
Applies To
- Windchill PDMLink 9.1 to 10.1 M010
Description
- Exception message throwed by workflow activity Complete Transition will be displayed repeatly.
- Sample code in workflow activity Complete Transition:
if(true)
{
throw new wt.util.WTException("xxxx");
}
- Error message:
Message from webpage
ATTENTION:
The task could not be completed.
Nested exception is:
wt.workflow.engine.CannotCompleteException:
wt.util.WTException: wt.util.WTException: xxxx
Nested exception is: wt.util.WTException: xxxx
Nested exception is: wt.util.WTException: wt.util.WTException: xxxx
Nested exception is: wt.util.WTException: xxxx