Multiple Process Engine

Hello everyone, When using more than one process engine, can we assign workflows to the desired process engine? for example,The engine that will run process_1 will be engine_1 and the engine that will run process_2 will be engine_2.

best regard…

Hello @Rasim_Savas ,

this is possible. As multiple process engines may point to different data sources, engine-1 can be aware of process-1 but not process-2 and vice versa.

I would in that case give both process engines other names than „default“ to prevent confusion.

If you need to access the process engines, you will have to give the process engine as context to the webapp and rest api.

I hope this helps

Jonathan