Info*Engine Task to Determine Items Checked Out Status?
Is there a way to reliably determine WTDocument's check out status from within a Info*Engine task? I see a couple of examples in this forum that are possibly pointing in the right direction. One uses CheckInOutTaskLogic.isCheckedOut:
if(CheckInOutTaskLogic.isCheckedOut(someobject)) {...
In a task I have the object reference but do not know how to get the object from the refernce to provide to the method.
There is also an examplewt.vc.wip.WorkInProgressHelper.isCheckedOut(parentPart) but also requires a (Workable) object.
Thanks in advance,
Chris

