get the current User Status for a TN document

User Status of a TN document can be changed using wm.tn.doc:changeStatus, but is it possible to read the current value of User Status? If yes, how to do it.

Thanks,
Yong

The custom way would be you have to query the bizdoc tables or use wm.tn.doc:view (for that bizdoc/internalid) and check the bizdoc/UserStatus for the current doc status.

I believe there is no direct way to check current status out of box.

HTH,
RMG