Hello,
In our project ModulF we use the TreeEngine in combination with predecessorLinkRefs to order our TreeNodes. We then proceed to load the links where a specific node is the parent using the listAssignedLinksOperation.rpc operation. Does this operation consider the ordering that was set in the TreeEngine when returning its results and are they in that order?
We currently have a problem with that because one of the nodes is out of order after loading it in this way.