Order of priority for callpoint

Hi,

I give multiple yang configurations in a single commit at once. One is dependent on the other.

    +--rw vehicle
       +--rw status?         boolean
       +--rw features
       |  +--rw configuration?    string

From confd, i receive configuration first, then i receive callback for status.

I would like ConfD to have it invoked in reverse order.

I would like to know if we can set order of priority for trans-hook or transform.

I understand we can have tailf extensions for validation and subscription.

It would be helpful if we have solution to handle for trans-hook or transform.

Thanks,
Ash