I have below iterate Seq,
<iterate attachPath="//Test"
expression="///Test" preservePayload="true">
<target>
<sequence>
<header name="Action" scope="default" value="action1"/>
<send>endpoint 1</send>
</sequence>
</target>
<target>
<sequence>
<header name="Action" scope="default" value="action2"/>
<send>endpoint 2</send>
</sequence>
</target>
</iterate>
so does the "Action" is thread safe in each iterate target\seq.
if so, in"aggregate", can i access the property/header inside the target\seq?