Hi,

On Fri, Oct 7, 2011 at 5:34 PM, Markus Joschko <[email protected]> wrote:
>... I have multiple event handlers executing on node creation.
>
> One of these handlers will move the node to a new location. Obviously
> that should happen after the others done their changes as otherwise
> they try to operate on an outdated path.
> Can I guarantee this? I thought about the service ranking but couldn't
> find anything that strengthen that.

The safest seems to be for the handlers that make changes to set a
property on the node, that tells the "move" handler that the node is
ready to be moved. The "ready to move" probably maps to some
business/content rule, I'd just reflect that in a property value.

-Bertrand

Reply via email to