...
Info |
---|
PLEASE NOTE that this release UC 7.4.0.0 removes support for Java 8 and support for Oracle 12c, Oracle 18c, and MS SQL Server 2012. |
Note | ||
---|---|---|
| ||
Customers using the LISTADV API for Task Instances should be aware that an error in the JSON formatted response was corrected by defect D-11110 in UC 7.3.0.2. Resolution of this issue may break backward compatibility for customers using this API. For JSON responses, the output tag was changed to outputs. Customers are advised to review their usage of this API when upgrading. |
Architecture
Backlog | Title | Description |
---|---|---|
B-15907 | Preferred Controller always Active | This feature lets one node in the cluster be designated as Preferred which will cause that node to always assume the role of the Active node when it is running. |
B-16884 | Add timestamp to message at beginning of rolled log file. | Timestamp information has been added to the messages that appear at the beginning of a rolled logfile. |
B-16088 | Outbound Webhook registration for built-in system Universal Events. | This feature provides a subscription mechanism for built-in Universal Events. Either Webhook URL or a Task / Workflow can be specified as the Event Action. |
...
Backlog | Title | Description |
---|---|---|
B-16916 | New String and Output functions for processing delimited (or CSV/TSV) variable values and output with Recurring instances, etc. | A number of new functions have been introduced to allow processing of variables and output results that contain delimited comma or tab delimited strings. |
B-08438 | Allow for Automatic Output Retrieval for Remote File Monitors | Remote File Monitors now support Automatic Output Retrieval. |
B-17019 | Add ${ops_recurrence_count_minus_1} built-in variable for Recurring instances. | New built-in variable to compliment ${ops_recurrence_count}. Allows for conveniently working with zero-based indexes. |
Lifecycle Management
Backlog | Title | Description | ||
---|---|---|---|---|
B-04714 | Ability to disable promoting with follow references | A new System Property
| ||
B-06674 | Report Promotion | Reports can now be promoted between UC instances. | ||
B-09387 | Widget Promotion | Widgets can now be promoted between UC instances. | ||
B-08454 | Dashboard Promotion | Dashboards can now be promoted between UC instances. |
...
Backlog | Title | Description |
---|---|---|
B-16110 | Java 17 support | Universal Controller has been validated to support Java 17. |
B-16844 | Upgrade Oracle JDBC Driver (21.9.0.0, ojdbc11.jar, orai18n.jar, xdb.jar, & xmlparserv2_sans_jaxp_services.jar) | The bundled JDBC driver for Oracle has been upgraded in this release. |
B-16845 | Drop Java 8 support | Java 8 is no longer supported. |
B-16967 | Build updated version of Universal Network Library (sb_universal.jar) to support TLS 1.3 | As of 7.4.0.0 UA (Universal Agent) supports TLS 1.3, as part of UA 7.4.0.0, support for TLS 1.3 the UC (Universal Controller) components required to support TLS 1.3 communication with UA components have also been upgraded to support TLS 1.3. |
B-16859 | Update Microsoft SQL Server JDBC Driver (mssql-jdbc-9.4.0.jre11.jar). | The bundled JDBC driver for MS SQL Server has been updated in this release. |
B-17029 | Update MySQL JDBC Driver (mysql-connector-java-8.0.32.jar) | The Bundles JDBC driver for MySQL has been updated in this release. |
B-16994 | Drop support for Oracle 12c, Oracle 18c, and MS SQL Server 2012. | Oracle 12c, Oracle 18c, and MS SQL Server 2012 are no longer supported. |
B-16099 | Controller tracking of OMS maximum message size configuration. | The OMS client library has been updated to allow for supporting a larger message size. In conjunction with this, a system property, Universal Template Extension Maximum Bytes, is now available for configuration in cases where your extension archive(s) exceed 6 MB. Refer to the property description for more information on what you should take into consideration if you increase the value of this property. |
...
Backlog | Title | Description |
---|---|---|
B-16744 | User Preference for Automatically Expanded Lists | A new System Property |
B-16918 | User Preference to Control LH navigation Auto Collapse | A new System Property |
B-16029 | Order Run Criteria and z/OS Step Action Task Selection by Name | Both the query for listing tasks in a workflow for Run Criteria, and the query for listing z/OS tasks in a workflow for Step Actions, have been changed to order by task name. |
B-16775 | System Property to Control Default for "Resolve UAC Variables" in Scripts | A new System Property |
B-08438 | Allow for Automatic Output Retrieval for Remote File Monitors | Remote File Monitors now support the |
B-17131 | Calendar Preview to Show Calendar Days of Previous Months. | A new System Property Calendar Preview Past Period In Months controls number of months (going backwards) to show all Custom Days defined for a calendar in a Calendar Preview. |
Web Services API
Backlog | Title | Description |
---|---|---|
B-16767 | Composite Trigger List Component Events | New Web Service API provides same information as the List Component Events for Active Composite Triggers. |
B-16961 | Forecast: Workflow Forecast... command through Web Service API | New Web Service API to get the forecast details for a workflow. This API is closely matches with the current UI command and exposes all these options as query parameters. |
B-16013 | Web Service API : User Impersonation | This feature allows the use of a fixed service account that can pass the user's login name as a parameter to retrieve / update information in UC on behalf of that user. Users with the ops_admin role, the ops_user_admin role, or the ops_user_impersonate role are able to specify an X-Impersonate-User HTTP header, in additional to their authentication header/parameter, when invoking Universal Controller web service APIs. While users with the ops_admin role can impersonate any user, users with only the ops_user_admin role or the ops_user_impersonate role, must explicitly declare which users can be impersonated. The user form has a new section titled User Impersonation where you can specify Allowed Impersonation Users. |
...
Backlog | Title | Description | ||
---|---|---|---|---|
B-05459 | View/Edit Actions associated with an instance directly from an Actions tab on the task instance form | Task Instance records now show the defined Actions from the Task Definition in a new “Actions” Tab. | ||
B-08571 | Display exit code in workflow monitor when hovering on task | The Task’s exit code has been added to the Status displayed when you hover over a Task Instance in the Workflow Monitor. In the following example the Task Instance has a Status = SUCCESS with an Exit Code = 0. | ||
B-16872 B-17075 B-17076 B-17077 | Workload Simulation | Users may have a new workflow, or a migrated workflow, for which they wish to validate the execution in the Universal Controller without actually having to execute the underlying operation of each task instance. To facilitate this, a new framework for simulating a workflow, or alternatively, simulating a specific set of tasks within a workflow has been introduced. In order to designate a task for simulation, you enable the Simulate option from any task form. If enabled at the workflow-level, all tasks within the workflow will inherit the option and run in simulation mode. By default, when an instance is running in simulate mode:
A simulated instance will transition through the same Status changes as a non-simulated instance, and honor virtual resource limits, mutually exclusive constraints, execution limits, etc. Furthermore, authorization constraints, such as permission to execute on a particular agent, or execute using particular credentials, are also validated in simulation mode. It may be necessary to customize aspects of an instance running in simulation mode, for example.
| ||
B-06436 B-16938 B-16939 B-16940 | Workflow Instance Gannt Gantt Chart View | Workflow Task Instances can now be viewed as a Timeline. The View Timeline… menu item will be available from the Workflow task instance menu in the Workflow Monitor and View Blocking Ancestors graphs. | ||
B-11390 | Forecast: Evaluation of variable run/skip criteria. | The Forecast feature will now attempt variable resolution for Run / Skip criteria. The enhancement will introduce two new possible designations for the assigned Run/Skip Evaluation.
The Additionally, in the user interface, the Run/Skip Evaluation will now appear with colored styling for improved readability. This applies to the trigger Forecast List, the workflow Forecast List, and the workflow Forecast Graph. |
...