Tasks in the Objects Api

What are Objects Api tasks

This is a tasks that a portal user can view and complete. The entire task with history is saved in the Objects Api.

Using Objects Api tasks

Required dependencies

To use Objects Api tasks, the project must first be connected with Open Zaak and with the Objects Api.

Add configuration

The following configurations need to be added to the application.yml:

valtimo:
    objectsapi:
        task:
            typeUrl: http://example.com/api/v1/objecttypes/00000000-0000-0000-000000000000

Last updated