Product Update: What's New in UAC 7.7

UAC 7.7 offers 35+ updates across security, APIs, integrations, and mainframe automation, including enhanced SSO, HashiCorp Vault support, OpenAPI capabilities, and z/OS external process tracking.

Universal Automation Center 7.7 brings more than three dozen enhancements, concentrated in security, web services, workflow logic, and traditional platform support.

Web services move to full OAS 3.0 compliance, with Swagger documentation for every REST API. That consistency makes the APIs faster to adopt, since code generators can read the OpenAPI spec and produce integration stubs in Java, Python, or whatever your development team works in. It also matters for anyone building generative AI capabilities internally, because GPT-based clients consume API definitions well and can interact with UAC through them. A new information icon in the top right of the controller opens the documentation in a new tab, where you can read about each API and test your calls against it.

Workflow conditions gain Boolean logic. Previously most conditions were built on AND. UAC 7.7 adds OR, and combinations of both, which matters most for a task with many upstream dependencies. Gwyn demonstrates it against a cluster broadcast, where one task definition runs across every agent in a cluster and the relationships build dynamically at launch, with conditions set on the vertex.

On security, OAuth2 joins SAML and LDAP for single sign-on, usable for authentication and for action URLs. It's a widely adopted standard across AWS, Azure, and providers like Okta, and the recommendation is to configure it alongside your security team. HashiCorp Vault arrives as a credential provider, implemented the same way as the existing providers: select it from the provider list, then fill in the Vault-specific parameters.

For z/OS, a new monitor and monitor trigger track jobs submitted outside UAC. If another scheduler or a console automation tool submits work on the mainframe, UAC can now react to it. Set criteria for started, ended, or abended, and the z/OS agent handles the monitoring while the controller fires the trigger. It works inside composite triggers too, so external mainframe activity can be combined with other monitors. There's also a new iSeries agent, built from the ground up to match how the Windows and Linux agents work, with its own task type supporting both agents and agent clusters. The previous UCMD and UDM generation remains available.

New integrations span service catalogs for ServiceNow and Jira, job monitoring in OpenShift, deployment automation for Kubernetes and OpenShift, continued Oracle and SAP expansion, data pipeline automation for BI and AI workloads, and inter-cloud data transfer. Several carry OpenTelemetry support. New utilities cover JSON and CSV handling, file compression, and security access. All of it is available in the Integration Hub, which holds more than a hundred integrations.

The session closes with a preview of a new self-service interface, not part of 7.7 and not a replacement for the main UAC UI. It targets a different audience: business users, DevOps engineers, IT and cloud administrators, and the data engineers now building pipelines in UAC. Users sign in with their existing credentials and see only what their current permissions allow. The home screen groups activity into problems, waiting, running, and done, with a configurable time horizon. It supports multiple languages, a calm mode that dims the display, dark mode, and responsive layout down to a phone screen. Four areas cover tasks, forecast, task definitions, and triggers, with output retrieval, launching, and one-click navigation to the originating definition.

Three upgrade notes for 7.7 agents. OpenSSL 3 configuration may override Universal Agent behavior, so review the documentation. Some older ciphers are deprecated in this release. And iSeries users should read the release notes on Universal Command and Universal Data Mover support for the platform.

Key Takeaways:

  • All web services APIs are OAS 3.0 compliant, with Swagger documentation reachable from inside the controller
  • Build workflow conditions with OR and AND together for more flexible upstream dependencies
  • Add OAuth2 single sign-on and HashiCorp Vault as a credential provider
  • Monitor and trigger on z/OS jobs submitted outside UAC using a new monitor and monitor trigger
  • A rebuilt iSeries agent with its own task type, matching the Windows and Linux agent architecture