Skip to content

Commit

Permalink
fix: error message not returned to CLO
Browse files Browse the repository at this point in the history
Co-authored-by: Meric Akgul <meric@wearefrank.nl>
  • Loading branch information
mericakgul and Meric Akgul authored Sep 1, 2023
1 parent d3367a6 commit 6bf900a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,10 +364,10 @@
<Forward name="success" path="PostStatusIterator"/>
</XsltPipe>

<!-- https://github.com/ibissource/zaakbrug/issues/144 -->
<ForEachChildElementPipe name="PostStatusIterator"
getInputFromSessionKey="NewStatuses"
elementXPathExpression="ZgwStatussen/ZgwStatus"
parallel="true">
elementXPathExpression="ZgwStatussen/ZgwStatus">
<IbisLocalSender
name="PostZgwStatusLocalSender"
javaListener="Zaken_PostZgwStatus">
Expand Down

0 comments on commit 6bf900a

Please sign in to comment.