You just need to subscribe to formFieldValueChanged, and save the form using formService.saveTaskForm whenever there is a change on the…
On the component, create a NodeMinial object (this implements MinimalNodeEntryEntity), and just set its id using the input nodeId. On…
To make an APS form field read-only, you need to access its FormFieldModel. Once you have that, you can compare…
There are several ways to get the active task/s from a process instance. In this case, we’re using the TaskListService…