Skip to content
- 2026-09-15
- DocumentService
- Added create(String uuid, String name, InputStream is, Calendar created) method.
- Added create(String uuid, String name, InputStream is, long nodeClass, Calendar created) method.
- Added createWithPropertyGroup(String uuid, String name, InputStream is, long nodeClass, String grpName, Map<String, String> properties) method.
- Added checkinWithPropertyGroup(String uuid, InputStream is, String comment, int increment, String grpName, Map<String, String> properties) method.
- FolderService
- Added createWithPropertyGroup(String uuid, String name, long nodeClass, String grpName, Map<String, String> properties) method.
- RecordService
- Added createWithPropertyGroup(String uuid, String name, String title, long nodeClass, String grpName, Map<String, String> properties) method.
- NodeService
- Added compactVersion(String uuid, String versionName) method.
- 2026-07-21
- ActivityLogService
- Updated findActivityLog(int page, int length, Calendar beginDate, Calendar endDate, String user, String action, String item, String hostname) and added the hostname parameter.
- 2026-06-09
- Added
- Added visible variable to the FormElement class.
- Added relationId variable to the Relation class.
- Added getUserToken(String userId, int expiration, boolean restrictIp) method.
- Added tipsNextNumber, tipsActive, defaultTabFolder, defaultTabDocument, defaultTabMail, defaultTabRecord variables to the UserConfig class.
- 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 the missing filePlan in OKMWebservices.
- PDFService
- The extract() method now returns a Document object.
- Fixed
- Improved error messages during the login stage.
- 2026-03-10
- Fixed
- Fixed metadata
description field that was not being mapped correctly.
- Fixed a type error in the shared variable of QueryParams.
- 2026-01-27
- WorkflowService
- Allowed starting a workflow without an associated node with the new method runProcessDefinition(long pdId, Map<String, String> propertiesMap)
- Updated csvExport(String lang, QueryParams queryParams, List<String> propertyGroups, boolean compact) to support metadata groups
- Added searchAssignedTasks(Calendar start, Calendar end, String status, Long procDefId, int offset, int limit) method to return workflow tasks assigned to the logged-in user with a date range, status, process definition, and pagination parameters.
- Added searchStartedByMe(Calendar start, Calendar end, String status, Long procDefId, int offset, int limit) method to return workflow tasks started by the logged-in user with a date range, status, process definition, and pagination parameters.
- Added searchOverview(Calendar start, Calendar end, String status, Long procDefId, String initiator, String taskUser, int offset, int limit) method to return a general overview of all users’ workflow tasks with a date range, status, process definition, initiator, task user, and pagination parameters.
- 2025-11-27
- Added
- Added crontab methods
- The method findAll returns a list of all crontabs.
- The method update(long id, String name, String expression, Boolean active) updates a crontab.
- The method reset(long id) resets the error and sets the end time for a crontab.
- The method execute(long id) 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.
- Released 2025-08-28
- Requires Java version 17.