<div dir="ltr"><div>I have subsystem model operation that removes a model node:</div><div><br></div><div>{</div><div>    &quot;address&quot; =&gt; [</div><div>        (&quot;subsystem&quot; =&gt; &quot;transactions&quot;),</div><div>        (&quot;log-store&quot; =&gt; &quot;log-store&quot;),</div><div>        (&quot;transactions&quot; =&gt; &quot;0:ffffac11829d:83bb:57f3b02a:1e&quot;),</div><div>        (&quot;participants&quot; =&gt; &quot;1&quot;)</div><div>    ],</div><div>    &quot;operation&quot; =&gt; &quot;delete&quot;,</div><div>    &quot;operation-headers&quot; =&gt; {</div><div>        &quot;caller-type&quot; =&gt; &quot;user&quot;,</div><div>        &quot;access-mechanism&quot; =&gt; &quot;NATIVE&quot;</div><div>    }</div><div>}</div><div><br></div><div>After removing the node (which can result in removing the participant and transaction) I need to add a step that will refresh the model. I cannot do the refresh from the current context (which will be the node I am deleting) so I need to refresh from a context that is &quot;higher up the tree&quot;. Ideally I want to do</div><div><br></div><div>  PathAddress logStoreAddress = context.getCurrentAddress().getParent().getParent();</div><div><br></div><div>and then do a refresh from logStoreAddress.</div><div><br></div><div>My question is how can I trigger a refresh when I am in the &quot;wrong context&quot;?</div><div><br></div><div>Mike</div><div><br></div><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>Michael Musgrove</div><div>Transactions Team</div><div>e: <a href="mailto:mmusgrov@redhat.com" target="_blank">mmusgrov@redhat.com</a></div><div>t: +44 191 243 0870</div><div><br></div><div>Registered in England and Wales under Company Registration No. 03798903</div><div>Directors: Michael Cunningham (US), Paul Hickey (Ireland), Matt Parson</div><div>(US), Charles Peters (US)</div><div><br></div><div>Michael Cunningham (US), Charles Peters (US), Matt Parson (US), Michael O&#39;Neill(Ireland)</div></div></div>
</div>