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 user with date range, status, process definition, and pagination parameter.
Added searchStartedByMe(Calendarstart, Calendarend, Stringstatus, LongprocDefId, intoffset, intlimit) method to return workflow tasks started by the logged user with date range, status, process definition, and pagination parameter.
Added searchOverview(Calendarstart,Calendarend,Stringstatus,LongprocDefId,Stringinitiator, StringtaskUser,intoffset,intlimit) method to return a general overview of all users' workflow tasks with 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 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.