cancel
Showing results for 
Search instead for 
Did you mean: 

BPMN xml file for multitenant application

larryeden_17
Champ in-the-making
Champ in-the-making
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 ?

Mangeet Eden
3 REPLIES 3

jbarrez
Star Contributor
Star Contributor
The easiest way I can think of is prefixing your BPMN files (incl the process key).

larryeden_17
Champ in-the-making
Champ in-the-making
Thanks for your reply.

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.

jbarrez
Star Contributor
Star Contributor
Like I said, can't you prefix your process keys with a tenant identification?