Say I have a super type A, and A1, A2, A3, AN are all sub-types of it. If I defined a command B in A, is there a way that ControlTier can dispatch B to A1, A2, A3, and AN?
We normally perform ctl -p proj -t A1 -r resource -c B in order to execute B derive from A. Is there a way to execute B without specific -t (type)?
Thanks,
Chengkai