How can I check the call heirarchy of a flow ? How many flows are calling that particular flow ?
for eg: if A-> B and C-> B so when I check the call heirarchy of flow B I should get Both A and C.
Can we achieve this in anypoint studio ?
How can I check the call heirarchy of a flow ? How many flows are calling that particular flow ?
for eg: if A-> B and C-> B so when I check the call heirarchy of flow B I should get Both A and C.
Can we achieve this in anypoint studio ?
I don't think there is a function in Studio to find statically flow reference to a flow, like for example the References in Eclipse Java editor. It would be good to have, though.