Trisotech

Digital Enterprise Suite

Title Shadow
Filter
Release Notes - Digital Enterprise Suite icon March 7, 2023 (Version: 11.5.3)
Bug fixes:
  • Some decision services referencing collections of elements could not be deployed because of an incorrect message about a missing type.
  • After testing a model and downloading the resulting JSON file, the file name and content could be different depending on the context.
  • Decision Table validation could fail with a null message when a decision table output cell was not filled in with a value.
  • FEEL functions to alter data stores were not always altering the persistent value of the data store when used in the data mapping.
  • The settings page style was overlapping with the left menu for non-administrator.
  • The order of the inputs is now better preserved when submitting a JSON or XML file.
  • Creating a new OAuth2 identity could result in a blank page.
  • In rare occasions, a highly compressed Excel file was incorrectly identified as a security problem when uploading to a data store.
Release Notes - Digital Enterprise Suite icon February 23, 2023 (Version: 11.5.2)
Bug fixes:
  • There was an error when importing an excel file into a relation table that had non-textual cells in its first row.
  • The process instance termination could not be unchecked if it was imported from a BPMN XML file.
  • The event documentation was not properly displayed when accessed under the /publicapi/doc-events path.
  • In the administration page for User Provider, the Trisotech Account option was not properly displayed as selected after a page refresh. It was instead presented as its SAML2 equivalent.
  • When using a SAML2 authorization using a metadata document that contained multiple signature certificate, the first one was always used to validate the signatures.
Release Notes - Digital Enterprise Suite icon February 20, 2023 (Version: 11.5.0)
New and improved features:
  • Renaming an InputData, Decision, BKM or Decision Service in the canvas now also updates the decision logic and test cases that depended on that name.
  • The decision modeler now supports entering expression in the input headers of decision tables.
  • The decision modeler will not automatically generate input requirements for missing input columns. A new action allows to Create Input Data that are missing.
  • BPMN escalation events were improved with support for automatic escalation triggering after a certain time from either activation or the last update time of the process instance.
  • BPMN timer events now allow to specify the duration reference time point between activation and last process update.
  • A process instance termination policy can now be set on a process to automatically terminate a process instance after a given time relative to either its activation or last update.
  • Added support for SAML2 AuthnRequest signing.
  • Added support for pasting the SAML2 IdP metadata.
  • The digital distributed container base image can now use a virtual current tag to point to the base image that corresponds to the current version of the Digital Enterprise Suite.
  • The validation messages for a type mismatch in DMN were improved to be more user-friendly.
  • The administrator can now configure a maximum of concurrent web session and an inactivity timeout for users.
  • Delete all button in the data types dialog now also delete reused data types that are not in use.
  • New Prometheus statistics are available to track the number of instances and runtime of service execution.
  • The EU-Rent documentation was ported to a new platform.
Bug fixes:
  • The test trace could report an empty input incorrectly for some decisions.
  • Improved the display of multiple errors in plain html REST endpoint for services.
  • CQL execution would fail if the validation level was set to always.
  • When entering an invalid license in the administration section, the Client Access Liceses are not unallocated anymore.
  • When a license expires, it is possible to enter a new one from the web interface.
  • When changing the collection attribute of a data type, the marker on decisions isn’t refreshed without a page change.
  • When editing a term alternative name or its type in the Details dialog the “Link to a term” button disappeared.
  • Multiple markers could be shown on BKMs shapes when testing after changing the page.
  • Genereating the default I/O mapping doesn’t assign the data type.
  • Sometimes the test form doesn’t refresh the inputs.
  • Sometimes linking a term in the digital enterprise graph create an extra space after the linked term.
  • The spacer tool does not work properly in some CMMN stage page.
  • Data types/Terms of reused element that are in a different graph are not created.
  • Sometimes test cases are not shown on the panel.
  • Improved the error messages when building multi service containers.
  • Improved the log layout in the debug view.
  • The test case panel could appear blank in a rare condition.
Release Notes - Digital Enterprise Suite icon February 9, 2023 (Version: 11.4.5)
Bug fixes:
  • Revoking a user license for a user that has a product open can cause the product to try to reconnect resulting in an asynchronous communication channel partially initialized that prevent the proper operation of the asynchronous events.
Release Notes - Digital Enterprise Suite icon January 25, 2023 (Version: 11.4.4)
Bug fixes:
  • The Digital Distributed Container base image now contains additional utility libraries.
Release Notes - Digital Enterprise Suite icon January 23, 2023 (Version: 11.4.3)
Bug fixes:
  • An incorrect validation error could be reported for output decision tables columns defined using an included data type.
  • The option to allow null on decision tables input and output columns was not always visible.
Release Notes - Digital Enterprise Suite icon January 20, 2023 (Version: 11.4.2)
Bug fixes:
  • It was not possible to edit a decision table cell when defined in a column that was typed as a complex structure.
Release Notes - Digital Enterprise Suite icon January 19, 2023 (Version: 11.4.1)
Bug fixes:
  • When validating a model with open range numeric constraint, the validation was failing.
  • The responsiveness of the Settings interface was improved for a small range of screen width.
  • Certain plugins installed on Safari could cause an error when exporting a Word report.
  • There was an error when trying to export a diagram to an image if it had a newline character in its name.
  • The OpenAPI import in the Operation Library now properly consider the enumeration of number extension (x-enum).
Release Notes - Digital Enterprise Suite icon January 18, 2023 (Version: 11.4.0)
New and improved features:
  • Improved the data type validation
    • It is now possible to enter multiple constraints on a data type. Additional constraints are FEEL expressions.
    • A user-provided validation failure message and code can be entered for each constraint.
    • A new convenience Not Null constraint has been added to restrict null values from being considered a valid value.
    • The Simple constraint type was renamed to Range.
    • When entering an expression constraint, FEEL code completion is now available.
    • Expression constraints now fully support the question mark (?) explicit value identifier for unary tests.
    • Expression constraints for structures can now reference their sibling fields (an improvement coming to DMN 1.5).
    • When deploying a service, a new option now allows to define the validation level for the service: None (backward compatible), External data entry (validate data types when new data is sent to the service), Always (validate data types every time data is generated).
    • It is possible to set the validation level for the test functionality in the preferences (File -> Preferences). We strongly suggest to change this value to always for testing.
    • The service REST API for service deployed with a validation level different from None could now return validation errors (HTTP 400).
    • Enumeration type constraint is not offered anymore for boolean data types.
  • It is now possible to change the identities and server URL (override service descriptors) used by services once they have been deployed.
    • When promoting a service in the Service Library that defines an interface to an external system, the promotion dialog now allows to override the security information defined in the model.
    • Using a Digital Distributed Container (Single or Multi Service), it is now possible to override the service descriptors to update the security information used by the service(s). See the Digital Distributed Container Help for more information.
  • The Service Library detail dialog now has a direct link to the running instances of a service when applicable.
  • The default mapping (when no mapping expression is provided) is now displayed in the data mapping dialog.
  • A new dialog now allows to edit conditions for outgoing sequence flows (Conditions in the contextual menu).
  • The process animator now animates loops.
  • A warning is added when a boxed context entry name collides with an existing name in the context (override a function for instance).
  • A new custom FEEL function is available under the Automation library to retrieve user task assignation information: automation.task assignees(name).
  • A new custom FEEL function is available under the Automation library to retrieve the current instance information for long running services: automation.instance info().
  • Improved our locking mechanism for long-running service instances using the file system persistence.
  • A new visual spinning icon next to the model name indicates that the Digital Enteprise Graph is synchronizing.
  • The number of calls required to synchronize the elements reused in a discovery accelerator model was significantly reduced.
Bug fixes:
  • When testing a business knowledge model (BKM) with multiple inputs, in some cases the parameters were not sent in the proper order.
  • Invoking a decision service through a boxed context invocation defined in a model that contains multiple consecutive spaces in its name does not work as intended.
  • For case automation, the email sent to the performer of a task could contain an invalid URL to perform the task.
  • The Public API for endpoint for building containers was not accepting bearer tokens with the Execution Environment Download claim.
  • When an element linked using a Copy Of link source was deleted, the lock icon was not immediately became red.
  • Text can now be selected in the FEEL function help dialogs.
  • The dialog for the details of a linked term is displayed under the rich text editor toolbar preventing it from completely being visible.
  • The test and publish buttons became temporarily disabled when creating a blank page.
  • An incorrect error message was shown when adding a date or a date and time enumeration constraint.
  • Validation errors are now displayed when testing a model.
  • Markers were lost on the diagram when switching between a decision logic and a diagram while testing
  • The play button on attachment in the Decision Modeler was not visible.
  • Dynamically generated decision services did not properly validate the direction of links.
  • DMN XML import did not properly import the definition of terms.
  • The XSD data type gYear is now imported as a text because it can also contain a timezone.
  • When automating a case, the on part of was not always properly considered when multiple entry criterions were present.
  • Updating data to null while testing could keep the old value.
  • A decision table with a column using a numeric enumeration will not add double quote around numbers when selecting them from the suggestion.
  • Submitting a form using a numeric enumeration with an empty value would submit 0 instead of null
Non-Backward Compatible Changes:
  • The OpenAPI data type definition for an enumeration will not be nullable by default anymore. The data type can be modified to check allow null on the enumeration to explicitly make it nullable again.
  • For clients not deploying in a container, this release requires the Java 17 JRE.
Release Notes - Digital Enterprise Suite icon December 11, 2022 (Version: 11.3.7)
Bug fixes:
  • Fixed an additional potential issue where it was possible for scopes to not be sent properly when refreshing an OAuth token if the token URL did not echo back the scopes originally in the response.
  • The form interface to resume a process instance in error could incorrectly return an error that the instance was not found.
  • Optimized working with large boxed contexts.
  • When importing an XSD from the data types dialog, the Gregorian XSD types were not imported (gDay, gMonth and gYear).
  • When requesting to select a shape in the modeler, if that shape was on another page, it was not always selected properly.
Release Notes - Digital Enterprise Suite icon December 6, 2022 (Version: 11.3.6)
Bug fixes:
  • The custom FEEL functions were not always packaged in Digital Distributed Containers.
  • The simple FEEL data types type names are not properly rendered in reports.
  • Copy of and semantic links could be marked as missing when references came from different graphs.
Release Notes - Digital Enterprise Suite icon November 28, 2022 (Version: 11.3.5)
Bug fixes:
  • A fix in version 11.3.2 to the XSD import introduced a non-desired side effect of renaming the virtual attribute to hold the element text when facing a mixed of text and attributes. That side effect was reverted.
  • Testing results of decision tables inside boxed context are now properly highlighted.
  • The testing result of a decision table is now displayed with the information icon.
  • It was possible that a model would refuse to load if the requirement panel was open.
  • Sources URI should be clickable in the report.
  • Switching to/from FEEL unparsed could cause a DMN 1.2 export to use the wrong FEEL XML namespace.
  • In rare cases, the debug raw outputs event for ServiceNodeFinished of a boxed context containing a decision .
  • The number of output headers that will be automatically created when creating a new decision table has been increased from 5 to 15.
Release Notes - Digital Enterprise Suite icon November 18, 2022 (Version: 11.3.4)
Bug fixes:
  • A concurrency problem that could cause dependent asynchronous events to be executed in parallel could cause a process instance serialization corruption using the filesystem persistence.
  • Importing test cases that did not define the TCK name attribute would cause a rendering issue in the test case panel and the test case selection for testing.
  • The ability to use rich text when doing the data mapping was not always offered and prevented the data mapping tab from properly expanding.
Release Notes - Digital Enterprise Suite icon November 17, 2022 (Version: 11.3.3)
Bug fixes:
  • For digital distributed containers mounting a persistent volume on /data/des/pinstances, there was a possibility that it prevented active triggers from being registered properly.
  • When synchronizing a large number of elements from the Digital Enterprise Graph, the modeler user interface could become unresponsive for a period of time.
  • Improved the documentation of the any() and all() FEEL functions as well as their non-null equivalents.
Release Notes - Digital Enterprise Suite icon November 11, 2022 (Version: 11.3.2)
Bug fixes:
  • Importing the same XSD for the second time could break local data types referencing the types in the XSD.
  • Optimized the performance when deleting a large number of data types.
  • The FEEL Quick Guide panel should be restored after testing a decision table page.
  • Data Mapping for workflow and cases could incorrectly be made read-only by a preference of the Decision Modeler to view the decision logic in standard mode.
  • An issue affecting a small number of services could cause unexpected 500 HTTP responses on a REST service call under heavy load.
  • Fixed a few typos in the BPMN Quick Guide.
  • The include dialog for CQL, PMML, DMN and Custom FEEL functions incorrectly had up/down mouse arrows to reorder them.
Release Notes - Digital Enterprise Suite icon November 7, 2022 (Version: 11.3.1)
Bug fixes:
  • The preferences were not properly transfered to Digital Distributed Containers resulting in some containers not being licensed properly.

Learn how it works

Request Demo

Confirm your budget

Request Pricing

Discuss your project

Request Meeting
Graph