📈
Valtimo Portal (obsolete)
  • Valtimo Portal documentation
  • Portal libraries (front-end)
  • Adding custom translations
  • Override views
  • Public tasks
  • GZAC
    • Connecting with Open Zaak
    • Connecting with the Objects Api
      • Tasks in the Objects Api
  • Form.io related
    • Adding custom form.io components
    • Form.io customClass
    • Missing form.io icons
Powered by GitBook
On this page
  • What are Objects Api tasks
  • Using Objects Api tasks
  • Required dependencies
  • Add configuration

Was this helpful?

  1. GZAC
  2. Connecting with the Objects Api

Tasks in the Objects Api

PreviousConnecting with the Objects ApiNextAdding custom form.io components

Last updated 2 years ago

Was this helpful?

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

Connecting with Open Zaak
Connecting with the Objects Api