Hello! Hope you are well.
I want to deploy some process definition on Camunda start up. I have found that it could be done via processes.xml configuration file. But there is a problem.
I have the following architecture.
- Camunda platform in docker from camunda/camunda-bpm-platform
- A few my plugins;
And I literally do not understand where I should put processes.xml in this situation.
Maybe I should use another approach in this situation? F.E. deploy process definitions by myself in postInit method of plugin?
Thank you in advance.