Share variables to all processes

Hi, Guys,

Is it possible to create some variables/arrays in memory and share they permanently to all processes deployed on Server ?
It can be URL of very often called services of some Dictionaries from DB.
This can improve performance of BPM, I think.
So, is it possible ?

Hi @volodya327,

in Camunda, it is not possible to share a variable between process instances. So you must implemented this by yourself.

Best regards,
Philipp