Hi, The use of content_creator = content.Creator() in DefaultWorkflow, assumes the object in question implements DublinCore, which is a bug IMO, since nowhere else does the Workflow assume anything about the object it's passed. I've put a _getCreator method, which is a copy of DublinCore.Creator(), in CMFCore.utils. Should I put this fix in a branch, or straight to the trunk, or other? seb