Value resolvers
Supported value resolvers
Data | Description | Prefix | Postfix | Example |
---|---|---|---|---|
Case JSON data | Resolves values from the JSON content of the JsonSchemaDocument |
| Json path to a field | doc:person.firstName |
Case columns | Resolves values from the database columns of the JsonSchemaDocument |
| database column name in camel case | case:assigneeFullName |
Process variables | Resolves values form the Camunda BPMN process variables |
| Process variable name | pv:lastName |
ZGW value resolvers
Data | Description | Prefix | Postfix | Example |
---|---|---|---|---|
Zaken API zaak | Resolves values from the Zaken API zaak response |
| Name of the field from the zaak response | zaak:identificatie |
Zaken API zaakstatus | Resolves values from the Zaken API zaakstatus response |
| Name of the field from the zaak statustypen response | zaakstatus:omschrijvingGeneriek |
Zaken API zaakobject | Resolves values form the Zaken API zaakobject |
| The object type and a reference to a property | zaakobject:profile:/person/firstName |
Last updated