Skip to content

Commit

Permalink
fix: update the exit
Browse files Browse the repository at this point in the history
  • Loading branch information
INTERPAR\sena committed Dec 9, 2024
1 parent fc965ad commit e439539
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<Pipeline>
<Exits>
<Exit name="Created" state="SUCCESS" code="201" />
<Exit name="Accepted" state="SUCCESS" code="202" />
<Exit name="Unauthorized" state="ERROR" code="401" />
<Exit name="Forbidden" state="ERROR" code="403" />
<Exit name="InternalServerError" state="ERROR" code="500" />
Expand Down Expand Up @@ -71,7 +72,7 @@

<IfPipe name="checkResource2" xpathExpression="boolean(/root/kanaal = 'documenten') and boolean(/root/resource = 'enkelvoudiginformatieobject')">
<Forward name="then" path="ZaakCreateSender" />
<Forward name="else" path="EXIT" />
<Forward name="else" path="Accepted" />
</IfPipe>

<!-- <SenderPipe
Expand Down

0 comments on commit e439539

Please sign in to comment.