TIBCOSoftware / mashling

Project Mashling
86 stars 15 forks source link

Environment variable are not getting resolved for service inputs in V2 model #174

Closed ykalidin closed 6 years ago

ykalidin commented 6 years ago

Environment variable are not getting resolved for service inputs in steps in V2 model.

"service": "FlogoRestGetFlow", "input": { "inputs.endPoint": "${env.URL}" }

rameshpolishetti commented 6 years ago

@ykalidin PR 175 merged, now fix can be verified in feature-v2-model branch.

LakshmiMekala commented 6 years ago

Verified the env variable issue from master branch and observed that it is working fine