Hi, I am working in one of multitenant application in which each tenant may have its own specific BPMN file. Is there any way to recognize the file corresponding to each tenant ?
I am using Activiti in Grails and am not using the name of file anywhere. Activiti engine automatically detects the file from specified path and make the process available.
My Question is now, how the Application recognize the correct file for corresponding tenant.