You just need to subscribe to formFieldValueChanged, and save the form using formService.saveTaskForm whenever there is a change on the…
To make an APS form field read-only, you need to access its FormFieldModel. Once you have that, you can compare…
You can check here my presentation at the Alfresco DevCon 2019 https://www.alfresco.com/devcon-2019-playlists#section-17 https://www.slideshare.net/MiguelSnchez75/develop-fast-deploy-faster-alfresco-process-services-aps-scripting-132267271
I’ll be speaking at Alfresco Devcon next week in Edinburgh, Scotland. I’ll show you how to take advantage of APS…
Whenever you publish a new version of an existing workflow, only processes created after that will use the new definition.…
There are several ways to get the active task/s from a process instance. In this case, we’re using the TaskListService…
To be able to create a node, or update it, using the Alfresco REST API you will need to send…
To add a candidate group as a participant of a task, you can do it easily thanks to the task…