Inheritance Value Map in Experience Fragment
I have experience Fragment Footer/master.

There is a tag field (cq:tags) available on both Footer and Master. I have authored on Footer but not on master
Now if I try to run a workflow on master and try to fetch cq:tags using InheritanceValueMap I am not able to fetch from Footer properties.
InheritanceValueMap inheritanceValueMap = new HierarchyNodeInheritanceValueMap(resource);
String[] tagValue = inheritanceValueMap.getInherited("cq:tags", String[].class);