What is the relationship between the dmi_workitem, dmi_queue_item, and dm_workflow tables? I can query these tables just fine, but how can I find out how the data on them is related?
If there are Accepted Answers, those will be shown by default. You can switch to 'All Replies' by selecting the tab below.
dm_workflow are the workflow instances from the process templates, every activity of those workflows generates one or more dmi_workitems. Users receive queue_items associated to those workitems.
Check the object reference for more information
I have the DFC API. Is that what you meant by object reference?
darrienr wrote:I have the DFC API. Is that what you meant by object reference?
No. Object reference: https://support.emc.com/docu57864_Documentum_Content_Server_7.2_System_Object_Reference.pdf?language=en_US
Thanks!! I didn't know that existed.