I am new to this forum and activiti. Can someone guide me on how do I link a document (Say Financial report) to a workflow defined in BPMN2 xml file? This document goes through various states based on user roles. Any help will be appreciated. Thank you
The easiest way is to store the reference to the document as a process variable in your process. Whenever you need it, you can resolve it and use it in your Java code.