Skip to content
Open
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions features/zgw/zgw-plugins/configure-zaken-api-plugin.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,9 @@ After starting the recovery period, the due date becomes: `zaak.originalDueDate
The **End recovery period** will end a recovery period for the linked zaak in the zaken API. The original due date (Uiterlijke einddatum afdoening) of the zaak will be extended by the actual duration of the recovery period. This is achieved by _subtracting_ the difference between the actual duration and the maximum duration of the recovery period. The zaak is no longer suspended.

After ending the recovery period, the due date becomes: `(zaak.originalDueDate + maximumDuration) - (actualDuration - maximumDuration)`

### Retrieve case decisions (zaakbesluiten)

The **Retrieve zaakbesluiten** fetches all case decisions (zaakbesluiten) URLs from the zaak in the zaken API. When creating a process link the following property can be entered:
* **Result process variable** The name of the process variable in which the case decisions (zaakbesluiten) URLs must be stored.