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