Does m2ee yaml file for Redhat Linux always need to contain all of MicroflowConstants in project even if I just want their default values?
I used several static constants that would not change from one enviroment to another. So i was thinking that I dont need to re-assign any value to them when i deploy in Test and Stage. But m2ee is forcing me to assign every constant a value and would not default them to the value i had in modeller.
Any suggestion to avoid re-assigning all constants to keep yaml short?