Skip to content

Commit

Permalink
Merge pull request #65 from Sudwest-Fryslan/session-research
Browse files Browse the repository at this point in the history
locker changes
  • Loading branch information
DelanoWAF authored Jan 24, 2024
2 parents de1719e + a87d45b commit 4f1908f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
<Exit name="EXCEPTION" state="ERROR" />
</Exits>

<Locker objectId="opslaanInkNatuurlijkPersoon" numRetries="3" retryDelay="5000" />
<Locker objectId="opslaanInkNatuurlijkPersoon" numRetries="15" retryDelay="100" />

<XmlIfPipe name="StageCheck" xpathExpression="'${dtap.stage}' = 'TST'">
<Forward name="then" path="ConvertToConnectRequest_Password" />
Expand Down Expand Up @@ -394,7 +394,7 @@
<Exit name="EXCEPTION" state="ERROR" />
</Exits>

<Locker objectId="opslaanBijlage" numRetries="3" retryDelay="5000" />
<Locker objectId="opslaanBijlage" numRetries="15" retryDelay="100" />

<XmlIfPipe name="StageCheck" xpathExpression="'${dtap.stage}' = 'TST'">
<Forward name="then" path="ConvertToConnectRequest_Password" />
Expand Down Expand Up @@ -619,7 +619,7 @@
<Exit name="EXCEPTION" state="ERROR" />
</Exits>

<Locker objectId="opslaanInkNietNatuurlijkPersoon" numRetries="3" retryDelay="5000"/>
<Locker objectId="opslaanInkNietNatuurlijkPersoon" numRetries="15" retryDelay="100"/>

<XmlIfPipe name="StageCheck" xpathExpression="'${dtap.stage}' = 'TST'">
<Forward name="then" path="ConvertToConnectRequest_Password" />
Expand Down

0 comments on commit 4f1908f

Please sign in to comment.