I am searching for a reference to the document ID in the workflow database tables. I can see a bunch of workflow attributes in the act_hi_varinst, act_hi_detail tables but none of them point to the document the workflow is tied to (or the content url ID).
- In which of the database tables can I find this reference?
- In workflow-form.get.html.ftl, there is a comment which says the 'Items' section will be loaded through ajax. Where can I find the code which loads the 'Items' section on the workflow/task details page?
Thanks!