Trisotech

Digital Enterprise Suite

Title Shadow
Filter
Release Notes - Digital Enterprise Suite icon February 12, 2022 (Version: 10.14.0)
New and improved features:
  • Case automation is now available as a beta.
    • The case modeler now has an option to cloud publish case models.
    • The service library can now launch case services.
    • This initial release support most of the constructs of CMMN (case file item, human tasks, stages, entry/exit criterions with their on/if parts, performer assignation, case file items authorized roles, discretionary tasks and milestones).
  • It is now possible to publish a service as a SMART on FHIR app. This new app is only usable with the new beta system of engagement. A new Healthcare integration dialog is available under Rest API.
  • Execution environments now have a global access (default access to all users) access right.
  • A new group was created to represent all users with a client access license to the instance. This group can be used anytime a resource is shared.
  • An SVG export is available under the image export. Note that the SVG export uses foreign objects containing HTML and may not work with some SVG tools.
Bug fixes:
  • Collections of Any are now always parsed according to the JSON data type.
  • When using datastores, the detection of a date vs a date time was improved from Excel.
  • When using datastores, numbers could be rendered with a different precision when serializing to JSON for service calls.
  • In the new beta system of engagement, user task information is now displayed in the order of the defined data type.
  • Slash characters inside the path of an operation (REST call) are now properly encoded.
  • The output data mapping of a script task was limited to a single data object assignation.
  • In very rare occasion, the validation of a DMN model would generate an unexpected cryptic error.
  • Healthcare terms coming from decision models called within a workflow model were not considered in the healthcare FEEL functions.
  • CDS Hooks now receive additional information when an error occurred (new error key as an extended attribute to the response).
  • Emitters configured from the user interface could create a filter with an empty string that caused the emitter to match no messages.
  • The security model of certain message topics was too aggressive in preventing administrators from emitting events from other users.
  • Conditional expression were not properly imported in process instance name and process instance tags.
  • Data types created by data stores should now be properly removed even when the model is not open when the data store is deleted.
  • Terms defined in the Knowledge Entity Modeler could not be referenced with a semantic link.
Release Notes - Digital Enterprise Suite icon January 25, 2022 (Version: 10.13.3)
Bug fixes:
  • Improved the memory and processor consumption of accessing CMMN and DMN XML models from the Public API.
  • Improved the resource consumptions of most Digital Enterprise Graph queries.
  • Validation of a workflow model using data association connected to a sequence flow could fail under certain conditions.
  • Timer events were not always properly triggered when the sub-process was started from a called activity.
  • Conditional event subprocess with non-interrupting start event cannot be triggered more than once.
  • Timer expression did not work properly on newly created models.
  • Fixed an issue with first decision tables when an error occurred after the first rule evaluated to true.
  • Deleting a folder containing multiple files could leave some models in the digital enterprise graph.
  • An error was incorrectly reported when a hyphen was present in the name of a variable after a collection accessor.
  • Cloud Data Store import could fail when the first data row does not have a value.
  • Cloud Data Store using any attribute could not be opened as excel files.
  • The management page styling could display incorrectly if the user was not an administrator.
  • Merging multiple models with extended attributes could prevent the save of that model to XML.
  • Importing an OpenAPI file with a file data type did not map correctly to the file data type.
  • Non-blocking case tasks icon should not be all black.
  • Importing a DMN 1.3 with Trisotech extensions for DMN 1.4 new boxed contexts could cause an XML format issue when exporting to DMN 1.4.
Release Notes - Digital Enterprise Suite icon December 21, 2021 (Version: 10.13.2)
Bug fixes:
  • The OpenAPI documentation of a decision service could be incorrect for some models containing multi-level data types.
  • Under some conditions, picking the same decision logic in the data mapping after clearing it would not do anything in the data mapping for tasks.
  • Fixed the visual margin of a function inside boxed context entry of a Business Knowledge Model.
Release Notes - Digital Enterprise Suite icon December 15, 2021 (Version: 10.13.1)
Bug fixes:
  • The DMN XML export (all versions) can contain an unknown attribute (isCollection) for newly created decisions which makes the XML file not DMN schema valid.
Release Notes - Digital Enterprise Suite icon December 14, 2021 (Version: 10.13.0)
New and improved features:
  • A new system of engagement is now available in beta.
    • To activate the new system of engagement locally, you will need to toggle an option in the Service Library Preferences. The new system of engagement will replace our Try it Form with the release of version 11 at the beginning of 2022.
    • The Try it option was replaced by a Form option that provides a customizable form-based user interface to interact with deployed services. This form can be customized using cascading style sheets (CSS) defined globally, at the environment, at the group or at the artifact level.
    • A new user interface is available to interact with the service with files. Supported formats are XML, JSON, PDF and Excel.
    • A developer mode for the form is also available to customize the styling in line, generate test cases, inspect the service invocations and debug execution.
    • A test bench allows to generate and reuse test data between services (test data is keyed by data type across the instance).
  • There is a new user interface to assign performers to user/manual tasks.
    • The assignation based on user, group or expression is now simpler to understand.
    • There is additional control on the email sending preferences.
    • A template can be created for the email content being sent.
  • Performers can now be defined for intermediate/start messages to limit who is allowed to send these messages.
  • DMN 1.4 is now supported.
    • Import and export using the new DMN 1.4 XML schema.
    • A collection marker was added to decisions that outputs a data type marked as collection.
    • New DMN 1.4 feel functions are now available: is, floor and ceiling with scale attribute, round up/half up/down/half down, string join.
  • The dependency side panel now displays incoming and outgoing dependencies for this model.
  • A Where used tab was added to the detail of most elements to show where this element is reused in the Digital Enterprise Graph.
  • Client Access License report can now be downloaded in CSV format from the admin CAL page.
  • The healthcare information can now be displayed on terms.
  • The detail of most elements now contains a share button to create a URL that links directly to this element in viewing or editing mode.
  • When publishing a model from the collaboration ribbon, it is now possible to publish to a different place.
  • The ribbon bar now displays the place name.
  • Attachments in an element detail can now be sorted by using drag and drop.
  • A button was added to the data types dialog to allow the sorting of the data types alphabetically.
  • When using the JSON REST API for a service execution, the null values for outputs are now provided (they were omitted before).
  • It is now possible to send emails through service tasks to anyone with an assigned license for Trisotech Hosted clients.
  • When reusing by reference a Data Object from the Digital Enterprise Graph, it can now be changed to Data Input/Output while keeping its reuse link (lock).
  • The loading time for large Knowledge Entity models was greatly improved.
  • In the data mapping, more boxed logic choices are now available to express the mapping.
  • In a boxed context, increased to 15 the number of context entry that will get automatically populated based on the expected data type (from 6). If more than 15 context entry would be created, the user is still required to create them manually with autocompletion.
Bug fixes:
  • The HTML template for a service requiring a boolean input now properly document the value that should be sent to the service (true) on a check.
  • Fixed an issue that prevented to import a BPMN XML model containing no IOSpecifications but Data Inputs/Outputs.
  • When parsing DMN TCK test cases with excessive spaces in the values, certain data types parsing would not work as expected.
  • In the generation of a Decision Service from a Decision Model, inputs and outputs of type any would be represented incrrectly in the OpenAPI as string.
  • The REST service endpoint can now parse all of the PDF content if the input of the service is of type Any.
  • The web hook emitter would not work correctly if configured without identity.
  • When failing to delete a process instance, the output schema of the REST api could not be followed in exception cases.
  • Boundary conditional events are now properly supported for embedded subprocess.
  • An issue prevent the creation of a Decision Table within a Boxed Context.
  • Data type of type Any are not always properly synched in the Digital Enterprise Graph.
  • We could get a blank page when clearing the decision logic inside a boxed function and then undoing that change.
  • Examples in the FEEL Quick Guide can now be selected with the mouse.
Release Notes - Digital Enterprise Suite icon November 6, 2021 (Version: 10.12.1)
Bug fixes:
  • When using a data object with the same name as a read-only inner data input or output of a task, the data type of that data object could become incorrectly read only as well.
  • The concurrent modification message could incorrectly be displayed if the computer clock of the client was significantly different from the server clock.
  • Output data mapping defined from a previous version could be incorrectly upgraded resulting in the data mapping not being executable anymore.
  • The trigger dialog on message events could fail if no triggers were defined in the model.
  • Deleting a process instance that was created with a previous version of a process definition could fail leaving the instance undeletable.
  • DMN node names are now indexed using their sanitized names instead of their display names in the Digital Enterprise Graph.
  • Data Store content are not serialized anymore into events for services using them as input or output.
  • The help section about the Kafka emitter was missing from the Asynchronous Events documentation topic.
  • Kommunicator links were opening in a new window instead of within the Kommunicator.
Release Notes - Digital Enterprise Suite icon October 27, 2021 (Version: 10.12.0)
New and improved features:
  • A new application tile was added to control personal settings such as Identities, Event Emitters, Data Stores and language preferences.
  • Cloud Data Stores (currently in beta and will require an additional subscription) are now available for the automation of workflow and decisions.
    • Represented in modelers as a collection of a flat complex type. In workflows, they are bound to the Data Store BPMN element . In decisions, they are bound to the Input Data DMN element .
    • Can be created by all users under their personal settings tile. They can be shared with a group.
    • Access (as the owner or shared with you) allows to directly interact with the data store in the management interface (import, export, edit) and the ability to use it in the modelers.
    • Once deployed, any user can interact with a process or decision that uses a data store even if the data store is not shared with them.
    • Can be directly opened in Microsoft Excel to edit their content through the personal settings page.
    • The FEEL functions append, concatenate, insert before, remove, reverse, sort and union were augmented to interact with data stores and modify them.
    • Two new FEEL functions were added to support additional functionality for data stores: insert after (similar to insert before) and replace (to update one or more element of a collection)
    • Their scope is instance wide which mean that the same data store can be used in multiple process and decision.
  • The place navigator files and folder columns are now sortable.
  • The place navigator offers a new action to copy and move models to a different place.
  • The place navigator can now recover deleted models to their original location.
  • New automation FEEL functions were added.
    • current user: returns the user currently calling the automation API
    • initiator: returns the service initiator (user who started the process)
    • task history(name): returns the automation history (previously completed tasks)
  • New FEEL context funtions from DMN 1.4 were added: context, context put, context merge.
  • New FEEL text function funtion was added to generate URIs: uri.
  • FEEL expressions using the automation functions can now be used in performer assignments.
  • The healthcare tab in the Knowledge Entity Modeler now allows to enter the Resource Type.
  • Service library will now refresh without having to reload the application when a new service is deployed or deleted from another session.
  • Invocation boxed expression now offer autocompletion of FEEL methods.
  • Invocation boxed expression can now be used in the data mapping.
  • Linked terms in the name of elements are now dragged when reusing from the Digital Enterprise Graph
  • When right-clicking on a case file item, a new option allows to automatically create a case input or output based on the case file item.
  • When publishing to automation, a warning message will now appear if a version of the published model exist in the environment with a greater version number.
  • The ideation application can now be installed directly from the browser instead of requiring an app store download.
  • The environment event EnvironmentArtifactPublished message now contains additional information (language, the name, description, publisher and published date).
Bug fixes:
  • Attended task for the output of a service task configured before the data mapping would not work properly.
  • It was not possible to use the public api to download an audit log that was not registered on an environment message targeting none or more than one environment.
  • Renaming an element from the translation dialog could break name uniqueness under some conditions.
  • When dragging a process from the Digital Enterprise Graph in the workflow modeler, the description, notes, tags attributes of process inputs and outputs are now properly transferred.
  • Empty invocation bindings were not properly serialized to DMN XML.
  • When publishing to automation, the last modeling version is now always transfered as the default version for publishing.
  • Data mapping containg Conditional, Iterator or Filter boxed expression could result in a deployment error.
  • Cyclic data type usage between the Workflow and Decision Modelers could result in errors at synchronization with the Digital Enterprise Graph.
  • When publishing a service that is not the latest version of that service, the dialog with the service options was not displayed.
  • When filtering the list of services in the Service Library, the count of selected artifacts could be incorrect.
  • Prevent non automation audit logs from being displayed in the audit tab.
  • When using message events (intermediate) inside subprocess that is invoked via call activity the API generated for such events does not include the data model. In addition, triggering that endpoint (even with proper data model) will not be able to parse properly.
  • When the name of a data type is changed, the datatypes overlay on shapes was not always updated correctly.
Release Notes - Digital Enterprise Suite icon October 5, 2021 (Version: 10.11.3)
Bug fixes:
  • Certain Knowledge Entity terms containing sources could prevent the testing a publication of decision models for automation.
  • Improved the resilience of the branching conditions that are not returning boolean results.
  • When testing a numeric, date, time or date and time data type containing multiple consecutive spaces, the label could contain escape characters.
Release Notes - Digital Enterprise Suite icon September 22, 2021 (Version: 10.11.2)
Bug fixes:
  • The detection of the absolute URLs was not working in some configurations causing absolute URLs to be displayed. This prevented the container location strings from being valid.
  • A term containing healthcare coding missing a system definition could cause a deployment issue.
  • Fixed the screen flickering when loading the service library.
  • Custom attributes that were renamed did not properly show up in the diff view.
  • Method and Style validation of decision table was incorrectly reporting issues when the output of the column was a variable with the same data type as the column.
  • When testing a decision logic that returned a number, in some cases the info marker would not display the execution result.
  • When publishing for automation a workflow model linking to a decision model that uses a namespace from a different vendor, that model would not be properly packaged resulting in an incomplete deployment.
  • The FEEL unparsed language was not always kept after a reload in some rare conditions in the workflow and case modelers.
  • The ellipsis marker and menu could be out of sync when undoing the morphing of a data association.
  • In the word/html report, the data mapping color could be incorrect.
  • Clicking on a type inside the data mapping of a call activity would not properly open the data type dialog.
  • There was a rare issue that would duplicate the content of the ellipsis menu for included decision.
  • Updating the name of an element in the original model would not always update in the more referencing it for copy of links.
  • State information could be duplicated when updating it from a different language.
  • Undoing a decision logic clear could leave the decision logic page blank.
Release Notes - Digital Enterprise Suite icon September 15, 2021 (Version: 10.11.1)
Bug fixes:
  • Decision models logic containg boxed expression rendered blank in the Kommunicator.
  • The translation dialog was not properly displaying for all users.
  • Method and Style validation of adhoc subprocess does not return errors anymore when containing tasks without connections.
Release Notes - Digital Enterprise Suite icon September 14, 2021 (Version: 10.11.0)
New and improved features:
  • Kafka messages can now be generated from the workflow automation.
  • It is now possible to subscribe to Kafka topics to trigger start or intermediate events while automating workflows.
  • A new Kafka emitter type is available to publish events (modeling and automation) to Kafka brokers.
  • Data Mapping FEEL expression issues are now reported when deploying a workflow to the automation.
  • The data object documentation is now displayed when available for user tasks in the Try It form.
  • The PKCE authorization flow is now supported for obtaining bearer tokens from the Digital Enterprise Suite.
  • The repository content Public API now offers models in DMN 1.3.
  • Triggers can now be edited from the Operation Library.
  • Iterator, Conditional and Filter decision logic are now usable in workflow process data mapping.
  • Data Mapping for case tasks is now available in the case modeler.
  • Operation library outputs now allow to define any Content-Type for the body of a response.
Bug fixes:
  • An error could occur when executing test cases in decision models that included other models.
  • When not using a gateway to branch after a script task in a workflow model, an unexpected error could prevent the proper execution of the model.
  • Under rare conditions, the process name was not properly updated after a manual task.
  • With a container deployment, setting only the SMTP_HOST environment variable without the SMTP_PORT caused an error instead of using the default value.
  • Publishing decision models linking terms with sources information would fail.
  • Renaming a decision with the same name as an input data could generate an error when undoing the operation.
  • Creating a data type from the output of a decision table inside a context could fail.
  • Clicking on the data type of a context entry could edit the global data type of the logic instead of the specific one clicked on in rare conditions.
  • Adding a new row to a decision table while editing a table cell could cause the operation to silently fail.
  • HTML tags were not properly escaped in the information, warning and error markers displayed on the diagram (validation errors, export problems, …) .
  • Exporting to an image with a shape selected causes the shape to appear black in the rendering.
  • Exporting to an image with a shape containing term links and user entered new lines could generate a blank label.
Release Notes - Digital Enterprise Suite icon August 25, 2021 (Version: 10.10.3)
Bug fixes:
  • Certain internal services results were not properly unwrapped when they were used in Business Knowledge Model (BMK) in decisions.
  • Attended tasks with multiple inputs could under certain conditions display one of the inputs as a GUID.
  • A decision table column with an enumeration containing an empty string could fail when editing or entering a value.
  • A decision model referencing a collection of X data types only inside an iterator, conditional or filter boxed expression would fail to properly validate.
  • Assigning twice the same name in the input mapping clears the context when adding a new line.
  • Missing line borders for Decision tables inside filter, conditional and iterator boxed expression.
  • Certain codes were not properly expanded when retrieving them by ID from terminology servers.
Release Notes - Digital Enterprise Suite icon July 29, 2021 (Version: 10.10.2)
Bug fixes:
  • The dependency panel was not always properly refreshed when a workflow task had data associations.
  • When searching for Value Sets with a space in the name, some FHIR server could return an error that prevented the proper matching.
  • Value Sets returning codes without coding systems were not indexed in the graph.
  • Using the underscore character to link to a term in Discovery Accelerator does not properly link the term.
Release Notes - Digital Enterprise Suite icon July 25, 2021 (Version: 10.10.1)
Bug fixes:
  • Making a REST call that returns information in an HTTP header would fail if the Header was not present.
  • Copy/pasting a boxed context result row would generate an invalid model.
  • Data types are not updating their missing status in the dependency panel.
  • When searching for a term in the graph, the automatic matching should not occur if more than one match is found.
  • When renaming a recursive data type, the recursive names are not updated properly.
  • Removing an included model does not properly sync with the dependency panel.
  • Decision services with missing nodes cannot be unlocked.
  • Hitting CMD on MacOS while a shape is selected could clear the label.
  • Changing a collapsed sub-process to/from an event sub-process does not update the icon next to the page tab.
  • Internal DES services can now be called from Decision Models.
  • Discovery accelerator could fail to load models whith a dependency to an accelerator.
Release Notes - Digital Enterprise Suite icon July 19, 2021 (Version: 10.10.0)
New and improved features:
  • The Knowledge Entity Modeler tab Coding was renamed to Healthcare and now offers autocompletion of codes using ValueSets of CodingSystems from a FHIR Terminology server.
  • New healthcare specific FEEL functions (healthcare codes, healthcare term codes, healthcare code in term) are now available to access terms codes at automation.
  • The FEEL functions ribbon was moved to the LEARN ribbon and added to the workflow and case modelers.
  • A new admin interface allows to configure the FHIR Terminology server settings.
  • We now support decision and workflow models that defines CDS Hooks Cards as outputs to explicitly control the content of the returned cards. The default implicit mapping still applies for existing models.
  • A new wizard is accessible to define emitters. This wizard is accessible under the /management/emitters URL. From this wizard, both user and system emitters can be created.
  • It is now possible to document item components of data types.
  • The identity management page (/management/identities) now allows to share identities with groups. Shared identities are usable by member of the group but can be deleted only by their owner.
  • The identity management page (/management/identities) now offers an improved wizard to create HTTP identities.
  • The progress when searching for a term in the graph is now visible in the rich text editor.
Bug fixes:
  • Assigning a constant value in a user task mapping could generate an error for numeric data types.
  • A workflow model containing an operation without input or output would not be allowed.
  • Posting invalid or incomplete CDS Hooks prefetch data could generate an error without further information on how to fix it.
  • The term selection dialog style was aligned with the other modeling products.
  • The view ribbon was not fully displayed on smaller screens.
  • It was not always possible to change the column data type of decision tables embedded in the return statement of iterator boxed expression.
  • Under rare conditions, it was not possible to switch back from Natural Language to FEEL for an expression.
  • Under certain circumstances, it was not possible to publish a workflow model including a decision model that includes another decision model.
  • Data type subcomponents were truncated after 1 level when exporting the documentation.
  • OpenAPI import does not import properly files with undefined object or arrays.
  • Creating recursive data types was not allowed in the user interface.
  • Links could be created for basic FEEL data types in the report.
  • The OData create operation output was not properly poupulated with the OData-EntityId. That value was always null.
  • A call activity that call a non executable process did not provide an adequate error message.
  • Including a PMML model that contains spaces in its name would fail at publishing.
Release Notes - Digital Enterprise Suite icon June 29, 2021 (Version: 10.9.2)
Bug fixes:
  • Under some circumstances, the operation path containing spaces could be incorrectly encoded.
  • To improve the support of legacy OData servers, query parameters containing spaces are URL encoded using %20 instead of +.
  • When expanding a knowledge entity model that contains business rules from the digital enterprise suite, it could create an error and prevent the expansion.

Learn how it works

Request Demo

Confirm your budget

Request Pricing

Discuss your project

Request Meeting
Graph