Community Tip - Help us improve the PTC Community by taking this short Community Survey! X
Hello,
Does any one know how to terminate windchill workflow using API
Solved! Go to Solution.
Following API can be tried but I don't this is a supported API.
wt.workflow.engine.WfEngineHelper.service.changeState((wt.workflow.engine.WfProcess)obj.getObject(), wt.workflow.engine.WfTransition.TERMINATE);
Regards,
Bhushan
View solution in original post
Try using the following API.
WfEngineHelper.service.deleteProcess
Thanks,
Bhagirath
Thank you Bhushan/Bhagirath