Migration
This page describes how to update Valtimo from the previous version to the current.
Migrate getTaskProcessLink()
Scope: front-end
Find and replace getTaskProcessLink()
Find all occurrences of
TaskService.getTaskProcessLink()
in your frontend project and replace them withTaskService.getTaskProcessLinkV1()
.
Last updated