CenturyLinkCloud / mdw

https://centurylinkcloud.github.io/mdw/
MIT License
46 stars 10 forks source link

Hub Inspector always shows latest subflow version on invoke subprocess Design tab #785

Open donaldoakes opened 4 years ago

donaldoakes commented 4 years ago

The process version attribute may actually call for a different matching subflow rather than the latest. For example if Parent.proc has a subprocess activity that invokes Child.proc, the attribute may say v1.0,2). If the latest version of Child.proc is 2.1, this is what shows up on Hub's Inspector Design tab, when this is outside the semantic versioning range.