In the Chorus Design View, when users open any process, service, or workflow, the search bar should support wildcard searches using characters like * or % before, after, or around the search text. For example, searching: %PAR% %PAR *PAR* *PAR Should return matching models like: Annuity New Business PAR Manual Annuity New Business PAR Review This behavior aligns with how users naturally expect to search—especially when they only remember partial names of models. Business Value: Wildcard search improves user efficiency and discoverability of models, reducing time spent navigating large model lists and enhancing overall user experience in Chorus Design View.
... View more
Build a helper function that simplifies extracting data from a string using a regular expression. This would be especially useful for parsing logs, validating formats, or extracting structured data from unstructured text. Takes in a text input and a regular expression. Returns the first matched group from the regex. If no match is found, return null. String getText(String input, String regex) Ex. getText("User: John, Age: 30", "User: (\\w+)") // Output: "John" Benefit: This function simplifies data extraction from unstructured text, accelerating development and reducing errors in input parsing and validation workflows.
... View more
Prior in Classic AWD users were not able to copy and paste a special character comment. AWD would error out and not allow the user to paste the comment. We would like this functionality to be added to Chorus Processor Workspace. Once we had users in Legacy Processor Workspace and current Processor Workspace they have been able to add special character (nonunion) comments and this causes the object to completely error out when it is opened again. Updating the comment and removing the special character () does not resolve the issue. Our only work around is to have the user create a new object and copy and paste from the previous Chorus comment. Copying and pasting the comments from Chorus does not cause the object to error, only when we copy and paste from our other documentation and websites. This is in response to ticket CS0047171 and CS0039472
... View more
Currently, there are a variety of Chorus-specific button options in UX Builder, including Save, Cancel, and Submit. We really need a Clear option. Clear should empty any data collected on the associated Form Project. Why is this important? If we have a multi-Form Project experience built in Chorus Design Studio and we allow the user to go back, so they can take a different path, we don't want the previous, unwanted data to be saved. If saved, that unwanted data can appear in the UI or resulting images/objects in Chorus BPM.
... View more
I would like to request an enhancement to the UXBuilder form behavior. Specifically, when a form element or section is conditionally marked as hidden, any data a user has entered into that section should be automatically cleared as soon as they click out of it or when the section becomes hidden. Currently, I am encountering an issue where data entered into hidden sections persists, even after the section is no longer visible. This behavior is causing forms to freeze or retain outdated input, especially in production environments, and affects the stability of dynamic forms with conditional visibility. Implementing this enhancement would help ensure data integrity, prevent form freezing, and improve the user experience by avoiding unintended data retention in hidden elements.
... View more
After migrating from Java Content Viewer to HTML Content viewer our clients are complaining that the font size and in particular font color is difficult to read. I confirmed a standard AWD/Rip report displays in dark black text when viewed in Java Content Viewer but is light grey in HTML Content Viewer. This causes extra time and errors in reading information. Is it possible for ASCII or other text based file types to be able to either darken the current font color or allow the user to pick a darker color.
... View more
We recently upgraded to Chorus BPM v 24.1.0.3. We now have the ability to adjust the columns in Chorus History. The enhancements to this window come with one cost: Short comments are fine. Comments that are separated by frequent Enter breaks are fine. But, if the comments are one long block of text it is hard, if not impossible sometimes, to move the column enough to see everything. Our request is that comments wrap within the Chorus History window regardless of the width of the column so that users who prefer to view comments in the History window can view all comments on one screen.
... View more
It would be helpful to publish the version of UX Builder along with Chorus Server Version in the Help-About of Chorus. See screen shot.
... View more
Adding 'Show all items' so that user will not need to click multiple times for using show more items (now this button only refresh the next 25 items)
... View more
Regarding the warning message of file size being too large, I noticed that the message does not appear at the beginning of the file upload process. It only appears after the AWD has attempted to upload the file for 2-3 mins. Additionally, the message does not clearly state that the system error is caused by the file size exceeding 25MB. Could we implement the warning message without the 2-3 minute wait? Furthermore, can we make the message more explicit?
... View more
We would like the Workspace Timeout to redirect Users automatically to logon window once they are timed out (with no windows received). This will prevent multiple screens received when users are timed out of Workspaces. Currently when timed out of workstation, User will receive multiple windows asking to leave or cancel. #Workspace #Timeout #Windows Chorus BPM #Processor
... View more
It would be nice to be able to dynamically set the values in an Interact drop down field. The use case would be pulling a dynamic list of values from another system to populate in the drop down field as values to then present to the user when the submission is raised.
... View more
Noticed that Doc Splitter does not have a running list of created documents and their indexing values like the java version in Content Viewer does. I think this would be a good feature to port to the new Doc Splitter. It's helpful to know what you have split and how you've indexed them, especially if the document being split is complex and has to be split into many different work items and sources. View in Java Content Viewer Doc Splitter
... View more
Allow a user to open up and interact with WORD documents while editing a letter in Communications. Clients often have to refer to multiple documents when creating a letter to be issued, Currently having other WORD docs open when editing a letter in Chorus Communications results in unpredictable behavior e.g. edits being lost.
... View more
Ability to call Chorus Rest API to work select by process model. If a UserID has access to several deployed solutions, there is no way to limit work accept to 'change' work select privileges to queues. Having options on Rest API call to single out which process model to get work would eliminate the need for one user to have multiple signons per deployed solution.
... View more
Currently, the number of work selected items is a system level setting. We have more than one solution, where one solution requires only one item for work select, we have another that would benefit from more than one at a time.
... View more
Our organization sets most GDL mime type files to open in HTML Content Viewer (Word, Excel, PDF). We appreciate all images opening in tabs within HTML CV rather than downloading the files and having multiple native applications open in separate windows. We do have one issue: When HTML CV fails to display a file we have no way to view it. We need a way to download the file when HTML CV is unable to display the image / file. This can similar to how HTML CV handles unknown file types or password protected files. A prompt opens allowing the user to download the file. Alternatively the user might be able to select download from the source menu.
... View more