How do I get the review state of an object? This naive approach doesn't seem to work: # obj print obj.review_state I know I can query based on review_state using portal_catalog, but what if I already "have" the object and I want to see what its review state is? Maybe I have to use the portal_workflow tool? Thanks, // mark -