Hi,
Does Zeebe support accessing environment variable values? Camunda 7 not supporting this so curious to know whether Zeebe support this?
Kindly provide your inputs.
Thank you in advance.
Hi,
Does Zeebe support accessing environment variable values? Camunda 7 not supporting this so curious to know whether Zeebe support this?
Kindly provide your inputs.
Thank you in advance.
Hi, @camundabpmlearner ,
As per my knowledge, Zeebe supports environment variables since you can see from here how the developers have used used the environment variables for starting up the containers. Docker Compose | Camunda 8
Also, have a look at Environment variables | Camunda 8 Docs and Configuration | Camunda 8 Docs
Hope this helps.
Hi @Hariharan_B
Thank you for response. Yes, I had visited these links earlier but no where they mentioned how can we access in BPMN. I need to access it in BPMN.
Hi, @camundabpmlearner ,
Check this thread for the similar issue How to receive environment variables in my bpmn process
Hope this sorts.