12.8.0
Last updated
Was this helpful?
Last updated
Was this helpful?
Process link configurations can now be reused. The process link configuration form includes a new option to import the configuration from another process link from the same plugin. For example, if two tasks both generate a PDF document, the import function allows you to copy the template-data mapping from one process link to the other, reducing duplicate work and minimizing manual errors.
To simplify case configuration, the 'value path selector' has been added to the case widget configuration. This feature allows users to select case properties directly, eliminating the need to manually type a JsonPath and reducing the risk of typos and misconfigurations.
Case widgets now support hiding fields that do not have a value. This ensures that fields that are either not relevant for a specific case or have not yet been filled in are not displayed to the case handler, preventing unnecessary clutter and saving space.
Assigning a user to a case caused an error in the following scenario:
The property 'automatically assign tasks to case handler' has been enabled
The assigned case handler does not have 'assignable' permissions for one of the user tasks
A BPMN Service task was configured with expression: documentDelegateService.setAssignee(...)
Leading zeros in plugin action property values are now correctly retained. Values like '0123' are no longer stripped of their leading zeros.
Existing internal case statuses are now correctly updated during autodeployment.
The breadcrumbs endpoint is no longer called when the breadcrumb feature toggle is disabled.
Tags on the case list now display the correct content when multiple tags columns have been configured.
The width of the supporting process dropdown now adjusts dynamically based on the process name length.
The path selector within plugin configurations now maintains a consistent width after selecting a path.
Form.io datagrids, wizard header, tabs and panel headers now better align with the Carbon design system.
Custom Angular components can now be used as process link for completing user tasks.