Hello @ilyas ,
if you use the annotation @EnableProcessApplication, you will require the file src/main/resources/META-INF/processes.xml which can be empty by default.
However, this file holds the properties that describe how a process application interacts with the process engine.
Please find extensive documentation about this here:
You will see that you can provide a tenant there as well.
I hope this helps
Jonathan