See:
If you want to use ENV vars then you can easily access them from a Javascript based Script in the BPMN:
var password = System.getenv('MY_PASSWORD_ENV')
See:
If you want to use ENV vars then you can easily access them from a Javascript based Script in the BPMN:
var password = System.getenv('MY_PASSWORD_ENV')