Skip to content

Commit

Permalink
refactor: assign value session keys correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
DelanoWAF committed Oct 12, 2023
1 parent 9995f03 commit b29d5e2
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@
<Exit name="Rejected" state="SUCCESS" code="202" />
</Exits>

<!-- Preventing null values -->
<PutInSessionPipe name="fillResultaatKey" sessionKey="storeResultaat" value="/" />
<PutInSessionPipe name="fillEndpointVerwijzingKey" sessionKey="endpointVerwijzing"
value="/" />

<PutSystemDateInSessionPipe name="GetDateTime" dateFormat="yyyyMMdd-HHmmss" />

<!-- check input format -->
Expand Down Expand Up @@ -155,10 +160,6 @@
<Forward name="success" path="Exit" />
</EchoPipe>

<!-- Preventing null values -->
<PutInSessionPipe name="storeResultaat" value="/" />
<PutInSessionPipe name="endpointVerwijzing" value="/" />

<XsltPipe name="Create result file" getInputFromSessionKey="getZaakXml"
omitXmlDeclaration="true"
styleSheetName="xsl/result.xsl">
Expand Down

0 comments on commit b29d5e2

Please sign in to comment.