Added getUserToken(String userId, int expiration, boolean restrictIp) method.
Added tipsNextNumber, tipsActive, defaultTabFolder, defaultTabDocument, defaultTabMail, defaultTabRecord variables to the UserConfig class.
v5.5
2026-04-14
Added
Added rowLabel field to FormElementComplex.
Added runAsSystem variable to the AutomationAction class.
Added LLM documentation.
Updated
Exposed textExtracted field in NodeDocument and NodeMail.
Defined missing filePlan in OKMWebservices.
PDFService
The extract() method now returns a Document object.
Fixed
Improved error messages during the login stage.
v5.4
2026-03-10
Fixed
Fixed metadata description field not being mapped correctly.
Fixed a type error in the shared variable of QueryParams.
v5.3
2026-01-27
WorkflowService
Allowed starting a workflow without an associated node with the new method runProcessDefinition(longpdId,Map<String,String>propertiesMap)
Updated csvExport(Stringlang,QueryParamsqueryParams,List<String>propertyGroups,booleancompact) to support metadata groups
Added searchAssignedTasks(Calendarstart, Calendarend, Stringstatus, LongprocDefId, intoffset, intlimit) method to return workflow tasks assigned to the logged-in user with a date range, status, process definition, and pagination parameters.
Added searchStartedByMe(Calendarstart, Calendarend, Stringstatus, LongprocDefId, intoffset, intlimit) method to return workflow tasks started by the logged-in user with a date range, status, process definition, and pagination parameters.
Added searchOverview(Calendarstart,Calendarend,Stringstatus,LongprocDefId,Stringinitiator, StringtaskUser,intoffset,intlimit) method to return a general overview of all users' workflow tasks with a date range, status, process definition, initiator, task user, and pagination parameters.
v5.2
2025-11-27
Added
Added crontab methods
The method findAll returns a list of all the crontabs
The method update(longid,Stringname,Stringexpression,Booleanactive) updates a crontab
The method reset(longid) resets the error and sets the end time for a crontab
The method execute(longid) executes a crontab task
Fixed:
Fixed a serialization error for JSON-formatted values in plugin parameters.
Updated:
InsertPages in PdfService has been redesigned to be more useful and understandable. It now uses PageInsertOperations to perform the inserts.
The method getAllGroups now has an optional parameter, UUID.