How to link a process to a case
Last updated
Last updated
Before a process can be started, the process has to be linked to a case first. This page describes how a process can be linked to a case.
This page requires the following:
A process definition.
To link a process to a case, the following steps are necessary:
Go to the Admin menu
Go to the Cases menu
Select the case the process should be linked to.
Follow the steps
In addition to linking a case via the UI, it is possible to link a case through code. The following steps are necessary:
Create a process document link file (ending with .json
) under the following path: */resources/config/process-document-link
. The name should correspond with the document definition ID (e.g. a document definition aanvragen-rijbewijs.schema.json
with the ID aanvragen-rijbewijs.schema
requires the process document file to be named aanvragen-rijbewijs.json
.
Specify the process(es) that should be linked to the document. More than one process can be linked to the same document.