How to run unconnected steps in sequence?

I remember seeing a note on this problem somewhere, but I can't find it. Say
I want to run these two steps in sequence:

<p:store href="file.xml"/>
<p:load href="file.xml"/>

p:load would have to run after p:store, or the file wouldn't be there yet.
Since p:store has no primary output and p:load has no primary input, the
processor may choose the order they are run in.

Is there a standard pattern for solving such issues? Something general, not
just for the store/load use-case?


Regards
Jostein Austvik Jacobsen

Received on Monday, 1 November 2010 12:02:01 UTC