Changelog v5.x

v5.4

  • In progress

v5.3

  • 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 user with date range, status, process definition, and pagination parameter.
    • Added searchStartedByMe(Calendar start, Calendar end, String status, Long procDefId, int offset, int limit) method to return workflow tasks started by the logged user with date range, status, process definition, and pagination parameter.
    • Added searchOverview(Calendar start, Calendar end, String status, Long procDefId, String initiatorString taskUser, int offset, int limit) 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(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 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.

v5.1

  • Released 2025-08-28
  • Required Java version 17.

 

 
Table of contents [ Hide Show ]