How to pass env variables into bpmn flow?

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')
3 Likes