Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! 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