Skip to content

Commit

Permalink
fix: continue without error when an organization is not found in gegmag
Browse files Browse the repository at this point in the history
  • Loading branch information
MLenterman committed May 7, 2024
1 parent 2d5c246 commit e69e9af
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,11 @@
name="OrganizationNotFound_Condition"
xpathExpression="string-length(//*:lookUpExtendedOrganizationInfoResponse/*:organizationExtInfoMessage/*:organizations) = 0"
>
<Forward name="then" path="OrganizationNotFound_Exception" />
<Forward name="then" path="EXIT" />
<Forward name="else" path="CreateUpdateExtendedOrganizationInfoRequestMessage" />
</XmlIfPipe>

<ExceptionPipe name="OrganizationNotFound_Exception" />
<!-- <ExceptionPipe name="OrganizationNotFound_Exception" /> -->

<XsltPipe
name="CreateUpdateExtendedOrganizationInfoRequestMessage"
Expand Down

0 comments on commit e69e9af

Please sign in to comment.