Hi, I wonder how to use environment variable added in container.
for example, I made the below configuration.
| Container X (Composition > Sequential) |
| ------ Step A (Shell/Batch Command) |
| ------ step B (Shell/Batch Command) |
| ------------------------------------------ |
I added one environment variable "project_name" with value "prj_A" in Container X.
and I set working directory to ${project_name} because I want to run shell script under common.
but I got the "mvel:project_name" error message.
I keep trying to find the example code for accessing environment variable in Pre/Post Execute Action but I can't.
Could you help this?