<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" >

<channel><title><![CDATA[WORKLOAD AUTOMATION COMMUNITY - Blogs]]></title><link><![CDATA[https://www.workloadautomation-community.com/blogs]]></link><description><![CDATA[Blogs]]></description><pubDate>Wed, 15 Apr 2026 04:21:41 -0400</pubDate><generator>Weebly</generator><item><title><![CDATA[Empowering workflows with human interaction in HCL Universal Orchestrator]]></title><link><![CDATA[https://www.workloadautomation-community.com/blogs/empowering-workflows-with-human-interaction-in-hcl-universal-orchestrator]]></link><comments><![CDATA[https://www.workloadautomation-community.com/blogs/empowering-workflows-with-human-interaction-in-hcl-universal-orchestrator#comments]]></comments><pubDate>Wed, 15 Apr 2026 07:47:21 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">https://www.workloadautomation-community.com/blogs/empowering-workflows-with-human-interaction-in-hcl-universal-orchestrator</guid><description><![CDATA[       Modern automation platforms are increasingly focused on removing friction between systems and people. However, many real-world processes still require human decisions, approvals or data input.With the introduction of Human Tasks in HCL Universal Orchestrator, workflows can now easily integrate human interaction directly into automated processes without relying on external tools or complex integrations.      What are Human Tasks?A Human task is a built-in plugin designed to handle scenario [...] ]]></description><content:encoded><![CDATA[<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/the-end-of-the-certificate-nightmare_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span>Modern automation platforms are increasingly focused on removing friction between systems and people. However, many real-world processes still require human decisions, approvals or data input.</span></span><br /><span></span><span><span>With the introduction of Human Tasks in HCL Universal Orchestrator, workflows can now easily integrate human interaction directly into automated processes without relying on external tools or complex integrations.</span></span><br /><span></span></div>  <div>  <!--BLOG_SUMMARY_END--></div>  <div class="paragraph"><span><span><strong><font size="5">What are Human Tasks?<br /></font></strong></span></span><span><span>A Human task is a built-in plugin designed to handle scenarios where user input or approval is required to continue a workflow. It pauses the execution and waits for a user to complete the designed form; once completed, the workflow resumes automatically using the provided input.</span></span><br /><span><span>This enables a smooth collaboration between automation and human decision-making within a single orchestration environment.<br /></span></span><br /><span><span><strong><font size="5">Define a Human Task in a workflow<br />&#8203;</font></strong>Creating a Human Task in HCL Universal Orchestrator involves configuring a few key components that define how the task is presented, assigned and executed within a workflow.</span></span><br /><span><span>At the core of every Human Task is the concept of a </span><span style="font-weight:700">queue</span><span>. Queues act as containers that organize tasks and make them easier to manage. </span><span>A </span><span style="font-weight:700">Human task queue</span><span> is an object defined by a folder and a name and it can have optional email addresses to notify users of new tasks. </span><span>When defining a human task, you must associate it with a specific queue. This allows teams to group tasks by process or responsibility, monitor workload distribution and control access through permissions and visibility settings.</span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/screenshot-2026-04-15-132115.png?1776239503" alt="Picture" style="width:423;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span>Another fundamental aspect is </span><span style="font-weight:700">task assignment</span><span> and</span><span style="font-weight:700"> form design</span><span>. A Human Task can optionally be assigned to a specific user or left unassigned and handled through the queue.</span></span><br /><span></span><span><span>Using the Graphical Designer, you can build a fully customizable form that the user will interact with. This form can include text inputs, numeric fields, dropdown selections, markdown sections for contextual information, separators for layout and multiple completion buttons representing different outcomes (such as approve or reject).</span></span><br /><span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-04-15-132225_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-04-15-132234_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span><strong><font size="5">How a Human task works</font></strong><br /></span></span><span><span>Once a workflow reaches a Human Task during execution, its behavior differs significantly from automated steps.</span></span><br /><span><span>The workflow pauses and the task enters the </span><span style="font-weight:700">EXEC state</span><span>, waiting for user interaction. At this point, the human task becomes visible either to the assigned user or to all users monitoring the associated queue in the Human task dedicated page.</span></span><br /><span><span>The user with the proper rights to work on it can then open the task and interact with the form defined. After reviewing the provided information and filling in the required fields, he marks the task as completed by selecting one of the available completion buttons.</span></span><br /><span><span>This action triggers two important outcomes:</span></span><ul><li><span><span>The task transitions from </span><span style="font-weight:700">EXEC</span><span> to </span><span style="font-weight:700">SUCC (Success)</span><span> status</span></span></li><li><span><span>The collected inputs and selected action are exposed as output properties</span></span></li></ul> <span><span>These outputs are immediately available to the rest of the workflow, enabling dynamic execution paths. For example, a workflow can branch based on an approval decision or adapt behavior depending on user-provided data.</span></span><br /><span><span>This mechanism effectively turns human interaction into a native, data-driven step within the orchestration logic.<br /></span></span><br /><strong><span><span><font size="5">Manage Human Tasks<br />&#8203;</font></span></span></strong><span><span>All Human tasks can be monitored through the Human Tasks page in the HCL Universal Orchestrator UI. It can be accessed using the left side menu.</span><br /><br /><span>This centralized interface provides a clear overview of task status and ownership, allowing users to quickly filter tasks based on their state. Common filters include: all open tasks, tasks assigned to the current user, unassigned tasks, completed tasks.</span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-04-15-132437_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span>By selecting a specific task, users can access detailed information, including the task form, creation date, priority, associated queue and current assignee.</span></span><br /><span><span>From this interface, users can take action on tasks, complete them or simply monitor their progress. This centralized management experience ensures full visibility and control over all human-driven activities within workflows.&nbsp;</span></span><br /><span><span><br /><strong><font size="5">Benefits of Human Tasks<br /></font></strong></span></span><span><span>Introducing Human Tasks significantly enhances the way workflows are designed and executed, bringing human interaction directly into the automation layer.</span></span><br /><span><span>One of the key advantages is </span><span style="font-weight:700">smooth collaboration</span><span> between users and automated processes. Instead of relying on external tools, human decisions and data input become a native part of the workflow, simplifying architecture and reducing operational overhead.</span></span><br /><span><span>Human Tasks also enable a higher level of </span><span style="font-weight:700">procedural automation</span><span>. Many real-world processes cannot be fully automated because they require approvals or manual input. By embedding these steps directly into workflows, it becomes possible to automate end-to-end scenarios that were previously fragmented or partially manual.</span></span><br /><span><span>Another important benefit is </span><span style="font-weight:700">flexible data collection</span><span>. Designers can create tailored forms with precise input fields and multiple completion options, ensuring that workflows gather exactly the information needed at each step.</span></span><br /><span><span>This naturally leads to </span><span style="font-weight:700">dynamic workflow execution</span><span>. Based on user input or selected actions, workflows can branch into different paths, making them more adaptive and responsive to real-world conditions.&nbsp;</span></span><br /><span><span>Finally, Human Tasks provide a </span><span style="font-weight:700">centralized management experience</span><span>. Through a dedicated interface, users can easily view, track, and manage tasks assigned to them or available in their queues, improving visibility and overall process control.<br /></span></span><br /><strong><span><span><font size="5">Conclusion<br />&#8203;</font></span></span></strong><span><span>Human Tasks bridge the gap between automation and human decision-making. By embedding user interaction directly into workflows, organizations can build more flexible, intelligent and end-to-end automated processes.</span></span><br /><span><span>This capability significantly expands what orchestration can achieve, transforming workflows into truly adaptive systems that combine the best of automation and human expertise.</span></span></div>  <div><div style="height: 20px; overflow: hidden; width: 100%;"></div> <hr class="styled-hr" style="width:100%;"></hr> <div style="height: 20px; overflow: hidden; width: 100%;"></div></div>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:178px;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/screenshot-2026-04-15-131438.png?1776239942" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="display:block;"><font size="4"><span style="font-weight:700">Maria Elena Massino,&nbsp;</span>Senior Software Engineer</font><br /><font size="2">Maria Elena Massino is a Senior Software Engineer in the Workload Automation development team located in HCL Rome Hub. She has worked on the Workload Automation development team since 2004 and has acquired significant experience on all the different components of the family. Currently she is working on the frontend part of the product and she is also responsible for the globalization process of the product.<br />She is the team leader for Corporate Social Responsibility activities for HCL Italy.</font></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:auto;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/unnamed-4.webp?1776239961" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="display:block;"><font size="4"><span style="font-weight:700">Elvira Zanin,&nbsp;</span>Software Engineer</font><br /><font size="2">Elvira Zanin is a Software Engineer at the HCL Software Rome Hub, where she works on the UnO UI. Since joining the team in 2017, she has contributed across multiple areas, including the Dynamic Workload Console as a tester, front-end developer, and support team member, gaining a well-rounded perspective on the product.<br />She holds a Master&rsquo;s degree in Computer Engineering and is based in Rome, Italy. Outside of work, she enjoys going to the gym, photography, and traveling&mdash;often with her dog by her side.</font></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>]]></content:encoded></item><item><title><![CDATA[The Settings page: Your central hub for customization]]></title><link><![CDATA[https://www.workloadautomation-community.com/blogs/the-settings-page-your-central-hub-for-customization]]></link><comments><![CDATA[https://www.workloadautomation-community.com/blogs/the-settings-page-your-central-hub-for-customization#comments]]></comments><pubDate>Wed, 15 Apr 2026 07:19:48 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">https://www.workloadautomation-community.com/blogs/the-settings-page-your-central-hub-for-customization</guid><description><![CDATA[       We are excited to introduce the Settings page, a new centralized, intuitive space designed to give you complete control over your HCL UnO environment.Whether you are an end user personalizing your workspace or an administrator managing system-wide behavior, the Settings experience brings everything together into a single, powerful hub.From UI customization to advanced system policies, the Settings page streamlines configuration, improves usability and makes everyday management more effici [...] ]]></description><content:encoded><![CDATA[<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-04-15-125408_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span>We are excited to introduce the </span><span style="font-weight:700">Settings page</span><span>, a new centralized, intuitive space designed to give you complete control over your HCL UnO environment.</span></span><br /><span></span><span><span>Whether you are an end user personalizing your workspace or an administrator managing system-wide behavior, the Settings experience brings everything together into a single, powerful hub.</span></span><br /><span></span><span><span>From UI customization to advanced system policies, the Settings page streamlines configuration, improves usability and makes everyday management more efficient.</span></span><br /><span></span></div>  <div>  <!--BLOG_SUMMARY_END--></div>  <div class="paragraph"><span><span><strong><font size="5">Explore the new experience</font></strong><br /></span></span><span><span>To get started:<br />&nbsp; &nbsp;1.&nbsp;<span><span>Open the user menu in the top-right corner.<br />&nbsp; &nbsp;2.&nbsp;</span></span></span></span><span><span>Click </span><span style="font-weight:700">Settings</span></span><br /><span><span>From there, you will have everything you need to personalize your experience and control your system, all in one place.</span></span><br /><br /><span><span><strong><font size="5">A structured and role-aware experience</font><br /></strong></span></span><span><span>The Settings page is organized into clearly defined sections, enabling you to easily navigate and manage different aspects of your environment.</span></span><br /><span><span>Depending on your permissions, you will see up to three main sections:</span></span><br /><br /><ul><li><span style="font-weight:700">Personal</span></li><li><span><span style="font-weight:700">System</span></span></li><li>&#8203;<span><span style="font-weight:700">Security</span></span></li></ul><span><span>This role-based structure ensures that users only access what is relevant to them, reducing complexity while still enabling powerful control where needed.</span></span><br /><span><span><br /><strong><font size="5">Personal section: Tailor your experience<br /></font></strong></span></span><span><span>The </span><span style="font-weight:700">Personal</span><span> section is designed to help you make the environment truly your own.</span></span><br /><span><span>Here, you can explore your account information, including name, user ID and group memberships or customize your UI preferences, adjusting font and row size, time zone and display format, theme (for a look and feel that matches your style). And finally you can manage your own API keys.</span></span>&#8203;<br /><br /></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-04-15-125745_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-04-15-125757_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span><strong><font size="5">System section: Centralized control for administrators<br /></font></strong></span></span><span><span>For administrators, the </span><span style="font-weight:700">System</span><span> section acts as a powerful command center to configure and optimize the entire environment.<br />&#8203;</span></span><br /><span><span style="font-weight:700">Auditing: track and control changes</span></span><br /><span><span>Administrators can configure </span><span>auditing </span><span>to maintain visibility and accountability across the system, defining how long audit data is retained and enabling justification requirements for changes, such as ticket numbers, descriptions, or categories. This ensures full traceability and supports compliance requirements.</span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-04-15-130358_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span style="font-weight:700">Scheduler: control monitoring frequency</span></span><br /><span><span>The scheduler enables you to define how frequently the system performs endpoint monitoring by setting the minimum monitoring frequency and how often the system checks for endpoints to monitor. This helps align monitoring activity with performance and responsiveness needs.</span></span><br /><span><span style="font-weight:700"><br />Metrics: manage data retention</span><br /><span>With metrics settings, you can control how long metric data is stored and ensure that older data is automatically removed once the retention threshold is reached, balancing historical visibility with storage efficiency.</span></span><br /><span><span style="font-weight:700"><br />Workload Orchestration: fine-tune execution</span><br /><span>Orchestration settings let you control how workflows behave and scale by defining the maximum number of nested workflows, setting undo time limits for user actions, and customizing email templates for task creation and assignment, improving both performance and user interaction.</span></span><br /><span><span style="font-weight:700"><br />Planning: optimize performance and lifecycle</span><br /><span>Planning settings enable you to define the active processing window, control how far in advance workflows are generated, and configure retention policies for completed and failed tasks, giving you precise control over system efficiency and data lifecycle.</span></span><br /><span><span style="font-weight:700"><br />GenAI: configure UnO AI Pilot behavior</span><br /><span>Administrators can manage the behavior of the UnO AI Pilot by setting limits on conversational memory and controlling the number of automated actions it can perform, both with and without user interaction.</span></span><br /><span><span style="font-weight:700"><br />Tenant management (multitenant only)</span><br /><span>In multitenant environments, you can configure tenant-specific properties such as tenant name and display name, define allowed user domains and access the tenant removal token when needed.</span></span><br /><span><span style="font-weight:700"><br />Timing and expiration: define lifecycles</span><br /><span>Timing and expiration settings enable you to configure lifecycle policies for key elements, including API key expiration and group cache duration, helping enforce security policies and keep cached data up to date.</span></span><br /><span><span><br /><strong><font size="5">Security section: Manage access and permissions<br /></font></strong></span></span><span><span>The </span><span style="font-weight:700">Security </span><span>section provides full control over access management and system security, enabling administrators to define exactly what users can do and access.</span></span><br /><span><span>From here, you can create and manage </span><span style="font-weight:700">roles</span><span>, defining them as Administrator or Standard and assigning permissions across system items. Existing roles can be easily edited, copied or deleted and for more advanced use cases, roles can also be managed via the CLI.</span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-04-15-130625_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span>You can also configure </span><span style="font-weight:700">Access Control Lists (ACLs)</span><span> to define precisely who can access specific resources. ACLs can be created with tailored permissions and existing configurations can be filtered, updated or duplicated as needed, making it easier to maintain consistent access rules across the system.</span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-04-15-130725_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph">&#8203;In addition, the security section enables managing API keys used for engine connections and Orchestration CLI authentication. Administrators can create and organize API keys, define their type and usage and revoke access at any time to ensure security and control.</div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-04-15-130738_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span style="font-weight:700"><font size="5">Conclusion</font></span></span><br /><span><span>The Settings page brings together personalization, system configuration and security management into a single, consistent experience. By centralizing these capabilities and making them easier to access and configure, it helps both users and administrators work more efficiently and with greater control. Whether you are customizing your workspace or managing complex system behaviors, the Settings page provides a clear and flexible way to adapt the environment to your needs</span></span></div>  <div><div style="height: 20px; overflow: hidden; width: 100%;"></div> <hr class="styled-hr" style="width:100%;"></hr> <div style="height: 20px; overflow: hidden; width: 100%;"></div></div>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:187px;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/screenshot-2026-04-15-131438.png?1776239146" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="text-align:left;display:block;"><font size="4"><span style="font-weight:700">Maria Elena Massino,&nbsp;</span>Senior Software Engineer</font><br /><font size="2">Maria Elena Massino is a Senior Software Engineer in the Workload Automation development team located in HCL Rome Hub. She has worked on the Workload Automation development team since 2004 and has acquired significant experience on all the different components of the family. Currently she is working on the frontend part of the product and she is also responsible for the globalization process of the product.<br />She is the team leader for Corporate Social Responsibility activities for HCL Italy.</font><br /></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:188px;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/unnamed-4.webp?1776239152" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="display:block;"><font size="4"><span style="font-weight: 700;">Elvira Zanin,&nbsp;</span>Software Engineer<br /></font><font size="2">Elvira Zanin is a Software Engineer at the HCL Software Rome Hub, where she works on the UnO UI. Since joining the team in 2017, she has contributed across multiple areas, including the Dynamic Workload Console as a tester, front-end developer, and support team member, gaining a well-rounded perspective on the product.<br />She holds a Master&rsquo;s degree in Computer Engineering and is based in Rome, Italy. Outside of work, she enjoys going to the gym, photography, and traveling&mdash;often with her dog by her side.</font><br /><span></span></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>]]></content:encoded></item><item><title><![CDATA[Stop Juggling Tools: Why HCL Universal Orchestrator is the Control Plane for Your Hybrid IT]]></title><link><![CDATA[https://www.workloadautomation-community.com/blogs/stop-juggling-tools-why-hcl-universal-orchestrator-is-the-control-plane-for-your-hybrid-it]]></link><comments><![CDATA[https://www.workloadautomation-community.com/blogs/stop-juggling-tools-why-hcl-universal-orchestrator-is-the-control-plane-for-your-hybrid-it#comments]]></comments><pubDate>Tue, 17 Mar 2026 07:30:25 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">https://www.workloadautomation-community.com/blogs/stop-juggling-tools-why-hcl-universal-orchestrator-is-the-control-plane-for-your-hybrid-it</guid><description><![CDATA[       In our last post, we showed you how the&nbsp;HCL Universal Orchestrator (UnO) AI Pilot&nbsp;transforms hours of complex scripting into workflow templates built in mere seconds, all thanks to generative AI. But while the AI Pilot is the intelligent front-end that speeds up development, the true power lies in the engine underneath:&nbsp;HCL Universal Orchestrator&mdash;the platform designed to tame the chaos of the modern enterprise.      Most businesses rely on a maze of systems, from main [...] ]]></description><content:encoded><![CDATA[<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/gemini-generated-image-lshyl8lshyl8lshy_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span>In our last post, we showed you how the&nbsp;</span><span style="font-weight:700">HCL Universal Orchestrator (UnO) AI Pilot</span><span>&nbsp;transforms hours of complex scripting into workflow templates built in mere seconds, all thanks to generative AI. But while the AI Pilot is the intelligent front-end that speeds up development, the true power lies in the engine underneath:&nbsp;</span><a href="https://marketplace.hcl-software.com/trial/uno-saas?" target="_blank">HCL Universal Orchestrator</a><span>&mdash;the platform designed to tame the chaos of the modern enterprise.</span></div>  <div>  <!--BLOG_SUMMARY_END--></div>  <div class="paragraph">Most businesses rely on a maze of systems, from mainframes and SAP to cloud native applications, and you know the pain of making them work together, or not as the case may be. This chaos isn't just inefficient; it's a drag on your agility, a constant source of errors, and a roadblock to true Digital Transformation.<br /><br /><strong><font size="5">The Hybrid IT Integration Headache</font></strong><br />For decades, IT departments relied on separate, siloed automation tools. You had one tool for scheduling batch jobs on the mainframe, another for orchestrating processes in SAP and native operating system tasks, and maybe another for managing your infrastructure-as-code on AWS or Azure.<br /><br />The result is a complex, fragmented environment characterized by:<ul><li><span style="font-weight:700">Manual handoffs:</span>&nbsp;Workflows often stall when they need to jump between systems (e.g., waiting for an email notification to trigger the next process on a different platform).</li><li><span style="font-weight:700">Siloed visibility:</span>&nbsp;No single pane of glass to see the status of an entire business process from the initial ERP transaction to the final cloud deployment.</li><li><span style="font-weight:700">Scheduling latency:</span>&nbsp;Relying strictly on time-of-day scheduling means processes often start too early (wasting resources) or too late (causing delays) because they can&rsquo;t react instantly to system events.</li><li><span style="font-weight:700">Plugin fatigue:</span>&nbsp;Constantly needing to write custom scripts or purchase disparate integration solutions every time a new tool enters the environment.</li></ul>This fragmentation is why your crucial business processes still feel sluggish and brittle.<br /><br /><strong><font size="5">The "Universal" Advantage: One Platform to Rule Them All</font></strong><br />HCL Universal Orchestrator was designed specifically to eliminate this fragmentation by acting as the&nbsp;<span style="font-weight:700">single, intelligent control plane</span>&nbsp;for all your automation needs. The name "Universal" isn't a boast; it&rsquo;s a core philosophy.<br /><br />HCL UnO doesn't just manage one type of system; it orchestrates your entire enterprise ecosystem.<br /><br /><strong><font size="5">Mastery Across the Environment<br /></font></strong>Whether you are executing high-volume financial postings on a traditional platform or managing elastic scaling in a multi-cloud Kubernetes cluster, HCL UnO ties it all together. Two core pillars enable this mastery:<ul><li><span style="font-weight:700">Massive integration library:</span>&nbsp;HCL UnO features a deep and broad library of native plugins&mdash;not just simple connectors&mdash;that allow it to interact natively with hundreds of common IT tools. This includes:<ul><li><span style="font-weight:700">ERP Systems:</span>&nbsp;SAP, Oracle EBS and JDE.</li><li><span style="font-weight:700">Cloud Platforms:</span>&nbsp;AWS, Azure, Google Cloud.</li><li><span style="font-weight:700">ITSM/Service Management:</span>&nbsp;ServiceNow, Jira.</li><li><span style="font-weight:700">Legacy and Mainframe Systems:</span>&nbsp;Ensuring that your investments in rock-solid legacy infrastructure remain integral to modern workflows.</li></ul></li><li><span style="font-weight:700">Hybrid environment scope:</span>&nbsp;HCL UnO runs effortlessly across your hybrid landscape, maintaining the same level of control and visibility whether the workload runs on a physical server in your data center, a virtual machine, or a serverless function in the cloud.</li></ul><br /><strong><font size="5">Shift from Scheduled to Event-Driven Agility<br /></font></strong>Perhaps the most significant difference between a legacy scheduler and a modern orchestrator like HCL UnO is the shift from passive, scheduled automation to proactive, event-driven agility.<br />While HCL UnO can certainly execute jobs at a specific time, its real power lies in its ability to respond instantly to events across your integrated systems.<br /><br /><strong><font size="5">What is Event-Driven Orchestration?<br /></font></strong>In an event-driven world, your workflow doesn't wait for the clock; it waits for a signal.<br /><br /><span style="font-weight:700">The old way (scheduled):</span>&nbsp;At 10:00 PM, start the data transfer script, even if the required source files aren't ready. (Result: Failure, Rerun, Delay).<br /><span style="font-weight:700"><br />The HCL UnO way (event-driven):</span>&nbsp;When a new file lands in the S3 bucket, start the data validation workflow. If the validation is successful, then trigger the SAP posting process and create a success ticket in ServiceNow. (Result: Instantaneous and fully contextual execution).<br />By making your workflows reactive, you dramatically improve efficiency, reduce latency, and ensure resources are used only when needed. This is the hallmark of modern IT operations.<br /><strong><font size="5"><br />The Business Value of Centralized Orchestration<br /></font></strong>For your business, this centralization translates directly into concrete benefits:<ul><li><span style="font-weight:700">Faster service delivery:</span>&nbsp;Complex business processes spanning multiple systems are executed faster and more reliably.</li><li><span style="font-weight:700">Reduced operational risk:</span>&nbsp;Eliminating manual handoffs and relying on proven integration models reduce the risk of human error and minimize service disruptions.</li><li><span style="font-weight:700">True end-to-end visibility:</span>&nbsp;You finally get that single pane of glass, allowing you to track the progress and performance of an entire business process from start to finish, regardless of the underlying technology.</li><li><span style="font-weight:700">Democratized automation:</span>&nbsp;(As we covered in the first instalment) When integrated with the AI Pilot, even non-specialists can build these powerful, cross-system workflows, freeing up your senior engineers for strategic work.</li></ul><br /><strong><font size="5">Endnote<br /></font></strong><a href="https://www.hcl-software.com/universal-orchestrator?">HCL Universal Orchestrator</a>&nbsp;is the unified control plane your business needs to overcome the complexity of siloed, hybrid IT environments. By providing seamless, native integration across every system&mdash;from mainframes and ERP to cloud-native apps&mdash;HCL UnO ensures that your entire business process is orchestrated end-to-end. Stop relying on fragile, scheduled workflows and embrace&nbsp;<a href="https://www.hcl-software.com/universal-orchestrator?">HCL UnO&rsquo;</a>s event-driven agility to accelerate your service delivery and reduce operational risk across the enterprise.<br />&#8203;<br /><a href="https://marketplace.hcl-software.com/trial/uno-saas?" target="_blank">Start your free trial today</a>&nbsp;or&nbsp;<a href="https://marketplace.hcl-software.com/buy/uno-saas/details?" target="_blank">purchase HCL UnO SaaS</a>&nbsp;directly from the HCL Marketplace and take the first step toward true enterprise agility.</div>  <div><div style="height: 20px; overflow: hidden; width: 100%;"></div> <hr class="styled-hr" style="width:100%;"></hr> <div style="height: 20px; overflow: hidden; width: 100%;"></div></div>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:182px;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/rob-wybrow.webp?1773733103" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="text-align:left;display:block;"><font size="4">Rob Wybrow, Technical Advisor at HCLSoftware</font><font size="1">Rob Wybrow is a Technical Advisor at HCLSoftware, and a trusted expert in IT automation and Digital Transformation. With over two decades in the industry, including extensive pre-sales specialist roles at major IT software&nbsp;vendors including the IBM Software Group, Rob possesses deep technical knowledge in Batch Job Scheduling, Workload Automation and modern SaaS-based automation and orchestration platforms. He specializes in translating complex technical concepts into clear business value propositions, helping successful clients adopt innovative solutions that significantly reduce manual processes and accelerate their business process efficiencies.</font><br /><span></span></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>]]></content:encoded></item><item><title><![CDATA[The End of the Certificate Nightmare: Orchestrating Trust in WA 10.2.6]]></title><link><![CDATA[https://www.workloadautomation-community.com/blogs/the-end-of-the-certificate-nightmare-orchestrating-trust-in-wa-1026]]></link><comments><![CDATA[https://www.workloadautomation-community.com/blogs/the-end-of-the-certificate-nightmare-orchestrating-trust-in-wa-1026#comments]]></comments><pubDate>Tue, 17 Mar 2026 07:17:04 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">https://www.workloadautomation-community.com/blogs/the-end-of-the-certificate-nightmare-orchestrating-trust-in-wa-1026</guid><description><![CDATA[       For years, system administrators in the workload automation space have shared a recurring nightmare:&nbsp;Certificate Rotation Season. As enterprises increasingly rely on workload automation platforms to orchestrate business-critical processes, maintaining secure communication between agents and controllers has become essential.      Before the 10.2 era, managing secure communication across a sprawling environment of agents was an intricate, manual, and often fragile process. It required  [...] ]]></description><content:encoded><![CDATA[<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/gemini-generated-image-v81bx9v81bx9v81b_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span>For years, system administrators in the workload automation space have shared a recurring nightmare:&nbsp;</span><span style="font-weight:700">Certificate Rotation Season</span><span>. As enterprises increasingly rely on workload automation platforms to orchestrate business-critical processes, maintaining secure communication between agents and controllers has become essential.</span></div>  <div>  <!--BLOG_SUMMARY_END--></div>  <div class="paragraph">Before the 10.2 era, managing secure communication across a sprawling environment of agents was an intricate, manual, and often fragile process. It required a deep understanding of SSL/TLS, command-line expertise, and a fair amount of luck to ensure that one small misstep didn't leave a fleet of agents isolated and "unreachable." It was a maintenance nightmare that demanded hours of precision work.<br /><br /><strong><font size="5">The Journey to Simplicity: From Certman to 10.2.6</font></strong><br />The transformation began with the introduction of&nbsp;<span style="font-weight:700">Certman</span>&mdash;an important step forward for workload automation security and certificate lifecycle management. It was our first major step toward democratizing security. By providing a dedicated tool for certificate management, we moved away from raw complexity and toward a guided experience, enabling even non-security specialists to maintain a hardened environment.<br />But we didn't stop there. With the release of&nbsp;<span style="font-weight:700">version 10.2.6</span>, we have reached a milestone that changes the game entirely:&nbsp;<span style="font-weight:700">Remote, Centralized Agent Certificate Updates directly from the Orchestration Monitor.<br /></span><br /><strong><font size="5">The Power of a Single Click: How it Works</font></strong><br />In modern&nbsp;<a href="https://www.hcl-software.com/workload-automation?">workload automation</a>&nbsp;environments, managing agent certificates centrally is critical to maintaining secure orchestration across distributed infrastructure. Imagine managing your entire security landscape without ever leaving your primary dashboard. In 10.2.6, this is the new reality.<br />When you navigate to the&nbsp;<span style="font-weight:700">Orchestration Monitor</span>&nbsp;and select a Dynamic Agent workstation (version 10.2.6+), a new power is at your fingertips under the&nbsp;<span style="font-weight:700">Actions</span>&nbsp;menu:&nbsp;<span style="font-weight:700">Update agent certificate</span>.<br />The process is as elegant as it is powerful:<ul><li><span style="font-weight:700">Direct Depot Sync:</span>&nbsp;Once triggered, the Dynamic Agent contacts the Primary Domain Manager to fetch a fresh set of certificates directly from the Master Domain Manager&rsquo;s &lt;data_dir&gt;/ssl/depot folder.</li><li><span style="font-weight:700">Seamless Trust:</span>&nbsp;These new certificates automatically replace the old ones in the agent&rsquo;s local truststore, maintaining a continuous chain of trust without manual file transfers.</li><li><span style="font-weight:700">Extending Trust to the Cloud:</span>&nbsp;If your environment relies on external services, you can simply populate a sub-folder on the MDM (&lt;data_dir&gt;/ssl/depot/additionalCAs) with public certificates. The agent will pull these auxiliary CAs during the update, establishing immediate trust for external integrations.</li></ul> <strong><font size="5"><br />Safety First: The "Self-Healing" Guardrail</font></strong><br />In a world of "zero-trust" and high availability, we know that a failed security update can be catastrophic. To prevent agent isolation, we have implemented an&nbsp;<span style="font-weight:700">Automatic Recovery and Rollback mechanism</span>.<br /><br />If the agent downloads a certificate that is expired, incorrectly formatted, or fails to establish a connection to the Primary Domain Manager within&nbsp;<span style="font-weight:700">5 minutes</span>, it doesn't just fail&mdash;it heals. The agent automatically reverts to its previous functional certificates, ensuring your scheduling remains intact while you investigate the issue.<br /><br /><strong><font size="5">Step-by-Step: Mastering the Update Process</font><br /></strong>Ready to leave the manual rotation era behind? Orchestrating your certificate updates in&nbsp;<span style="font-weight:700">WA 10.2.6</span>&nbsp;is a streamlined process. Here is how you can perform a remote refresh across your environment:<br />&#8203;<br /><span style="font-weight:700">1. Access the orchestration monitor:</span>&nbsp;Log in to your Dynamic Workload Console (DWC) and navigate to the&nbsp;<span style="font-weight:700">Orchestration Monitor</span>&nbsp;dashboard.<br /><span style="font-weight:700">2. Filter by workstation:</span>&nbsp;From the object selection menu, choose&nbsp;<span style="font-weight:700">Workstation</span>&nbsp;as the primary object to monitor.<br /><span style="font-weight:700">3. Target your agents:</span>&nbsp;Identify and select the specific&nbsp;<span style="font-weight:700">Dynamic Agents</span>&nbsp;(running version 10.2.6 or later) that require a certificate refresh.<br /><span style="font-weight:700">4. Trigger the update:</span>&nbsp;Click on the&nbsp;<span style="font-weight:700">More Actions</span>&nbsp;menu and select the newly available action:&nbsp;<span style="font-weight:700">Update Agent Certificates</span>.</div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/the-end-of-the-certificate-nightmare-orchestrating-trust-in-wa-10-2-6-1-1_orig.webp" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span style="font-weight:700">5. Follow the wizard:</span><span>&nbsp;Complete the on-screen prompts. The system will then manage the secure handshake between the Agent and the MDM depot until the certificates are successfully updated.</span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/the-end-of-the-certificate-nightmare-orchestrating-trust-in-wa-10-2-6-2-1_orig.webp" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span style="font-weight:700">6. Enable the certificate expiration table:</span>&nbsp;Within the&nbsp;<span style="font-weight:700">Orchestration Monitor</span>, you can customize your view to prioritize security data. Navigate to the&nbsp;<span style="font-weight:700">Table Configuration</span>&nbsp;settings and enable the&nbsp;<span style="font-weight:700">Certificate Expiration</span>&nbsp;column.<br /><span></span><span style="font-weight:700">7. Instant validation:</span>&nbsp;This allows you to immediately visualize the new expiration dates for the certificates just downloaded to your selected agents. This real-time update provides instant peace of mind and proof of compliance without leaving the console.<br /><span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/the-end-of-the-certificate-nightmare-orchestrating-trust-in-wa-10-2-6-3-1_orig.webp" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><strong><font size="5">Monitoring &amp; Troubleshooting</font><br /></strong>The transparency of this process is absolute. You don't need to dive into the file system of remote servers to verify success. All operation logs and progress updates can be monitored in real time directly through the&nbsp;<span style="font-weight:700">Operator Messages</span>&nbsp;in the DWC.</div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/the-end-of-the-certificate-nightmare-orchestrating-trust-in-wa-10-2-6-4-2_orig.webp" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph">This centralized logging ensures that, if the automatic rollback mechanism is triggered, you will immediately see the reason (e.g., a connection timeout or an invalid format) and can act accordingly.<br /><span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/the-end-of-the-certificate-nightmare-orchestrating-trust-in-wa-10-2-6-5-1_orig.webp" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><strong><font size="5">Total Visibility<br /></font></strong>Security is nothing without verification. To close the loop, administrators can now add the&nbsp;<span style="font-weight:700">Certificate Expiration</span>&nbsp;column to their Orchestration Monitor table. This provides a real-time, high-level view of your compliance status, allowing you to identify at a glance which agents are due for a "one-click" refresh.<br /><br /><strong><font size="5">Conclusion: A New Standard of Compliance<br /></font></strong>The 10.2.6 update represents more than just a new feature; it is a celebration of how far we&rsquo;ve come. We have turned an "expert-only" nightmare into a streamlined, safe, and centralized operation. By merging automation with security orchestration, we ensure your environment remains compliant with modern standards while significantly reducing your team's operational burden.<br />&#8203;<br /><span style="font-weight:700">The nightmare is over. Centralized trust is here.</span></div>  <div><div style="height: 20px; overflow: hidden; width: 100%;"></div> <hr class="styled-hr" style="width:100%;"></hr> <div style="height: 20px; overflow: hidden; width: 100%;"></div></div>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:auto;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/1586515296995.jpg?1773732558" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="text-align:left;display:block;"><font size="4">Pasquale Peluso, Workload Automation Dev &amp; ID Manager</font><font size="1">Pasquale is a Manager with 6+&nbsp;years of experience within the HCLSoftware Workload Automation portfolio. Currently leading the Backend Development and Information Development teams, he possesses a full-stack understanding of the product&nbsp;for both standard installation and containerized deployments. Pasquale has been on the front lines, promoting and showcasing the crucial innovations accompanying Workload Automation, starting with the release of version 9.5 and beyond. His insights bridge the technical complexities of development with a clear, user-focused product strategy.</font><br /><span></span></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>]]></content:encoded></item><item><title><![CDATA[UnO Multitenancy: How a Single Instance Can Power Multiple Business Processes]]></title><link><![CDATA[https://www.workloadautomation-community.com/blogs/uno-multitenancy-how-a-single-instance-can-power-multiple-business-processes]]></link><comments><![CDATA[https://www.workloadautomation-community.com/blogs/uno-multitenancy-how-a-single-instance-can-power-multiple-business-processes#comments]]></comments><pubDate>Fri, 13 Mar 2026 10:43:35 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">https://www.workloadautomation-community.com/blogs/uno-multitenancy-how-a-single-instance-can-power-multiple-business-processes</guid><description><![CDATA[       Sophia, the owner of a small but rapidly scaling logistics and delivery company, needs to automate several business processes such as managing package routing, optimizing driver schedules, and the customer support flow.&nbsp;&#8203;Sophia wants to use a single instance of UnO to manage the different processes without disruptive interactions between them while keeping data separated between business areas.      While Sophia might require more UnO instances for her purposes, she would like  [...] ]]></description><content:encoded><![CDATA[<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/gemini-generated-image-6ufnvy6ufnvy6ufn_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span style="color:rgb(31, 31, 31)">Sophia, the owner of a small but rapidly scaling </span><span style="color:rgb(31, 31, 31); font-weight:700">logistics and delivery company</span><span style="color:rgb(31, 31, 31)">, needs to automate several business processes such as managing package routing, optimizing driver schedules, and the customer support flow.&nbsp;<br />&#8203;</span></span><br /><span><span>Sophia wants to use a single instance of UnO to manage the different processes without disruptive interactions between them while keeping data separated between business areas.</span></span><br /></div>  <div>  <!--BLOG_SUMMARY_END--></div>  <div class="paragraph"><span><span>While Sophia might require more UnO instances for her purposes, she would like to keep the IT maintenance team small to reduce the overall costs.</span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-03-13-161809_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span style="color:rgb(31, 31, 31); font-weight:700">The Solution: UnO with Multitenancy</span></span><br /><span></span><span><span style="color:rgb(31, 31, 31)">Multitenancy is an architectural model that enables a single product instance to securely serve multiple distinct </span><span style="color:rgb(31, 31, 31); font-weight:700">tenants</span><span style="color:rgb(31, 31, 31)">. This architecture is built on resource sharing: all hardware and software resources are shared among tenants, while each business process has its own data, which is kept separated from the others.</span></span><br /><span></span><span><span style="color:rgb(31, 31, 31)">This means each tenant gets its own isolated environment: separated scheduling items and user permissions, while sharing the same underlying UnO engine. The core of this type of deployment is running multiple independent automation environments without the overhead of maintaining different installations.</span></span><br /><span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-03-13-162429_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph" style="text-align:center;"><span><span style="color:rgb(31, 31, 31)">Sophia can now create and manage multiple tenants from the UnO Tenant Manager UI.</span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-03-13-162442_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span style="color:rgb(31, 31, 31)">The tenant manager admins can assign different admin users to their respective tenants, both during the tenant creation and even later when editing them.&nbsp;</span></span><br /><span></span><span><span style="color:rgb(31, 31, 31)">Chosen admins receive an email within seconds when a tenant is created, including all the entry points to the new environment. Email templates, justification parameters and more multitenant-related properties can be set during the deployment phase by assigning proper values to variables inside the </span><span style="color:rgb(31, 31, 31)">values.yaml</span><span style="color:rgb(31, 31, 31)"> file: refer to the </span><a href="https://github.com/HCL-TECH-SOFTWARE/hcl-universal-orchestrator-chart"><span style="color:rgb(17, 85, 204)">official documentation</span></a><span style="color:rgb(31, 31, 31)"> on how to customize your UnO environment properly.</span></span><br /><span></span><span><span style="color:rgb(31, 31, 31)">The respective admins can define user roles and access control lists that are specific to a tenant and not usable/visible elsewhere. </span></span><br /><br /><br /><span></span><span><span style="color:rgb(31, 31, 31)">Sophia is enthusiastic about the business solution and decides to recommend this to her colleague, Peter. Peter really wants to try the solution, but he has no internal team to manage it and is afraid that he cannot set up the necessary infrastructure. Sophia suggests he adopt the </span><a href="https://marketplace.hcl-software.com/trial/uno-saas?referrer=www.google.com"><span style="color:rgb(17, 85, 204)">HCL UnO SaaS</span></a><span style="color:rgb(31, 31, 31)"> solution, a multitenant environment managed by HCLSoftware. Peter can now fulfill the company&rsquo;s needs easily and rapidly.</span></span><br /><span></span></div>  <div><div style="height: 20px; overflow: hidden; width: 100%;"></div> <hr class="styled-hr" style="width:100%;"></hr> <div style="height: 20px; overflow: hidden; width: 100%;"></div></div>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:148px;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/unnamed-1.webp?1773400393" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="text-align:left;display:block;"><span><span></span><span style="font-weight:700">Francesco Carpineti</span><span><br /><font size="2">Francesco is a Software Engineer with several years of Java experience across development, L3 support, and test automation. Currently working on the test automation for UnO UI, he combines a rigorous technical approach with the versatility gained from his extensive background as a theatrical actor.</font></span></span></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:auto;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/unnamed-2.webp?1773400358" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="text-align:left;display:block;"><span><span style="font-weight:700">Matteo Forti<br /></span><span><font size="2">Born as a physicist with a passion for computer science and coding. Joined HCL in January 2022 and currently works as test leader for the UnO Team. Math enthusiast and science geek with a side passion for graphic arts and new technologies.</font></span><span style="font-weight:700"></span></span><br /></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:143px;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/screenshot-2026-03-13-163926.png?1773400349" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="text-align:left;display:block;"><span><span style="font-weight:700">Federico Pizzari</span></span><br /><span><span style="color:rgb(34, 34, 34)"></span></span><font size="2">Federico Pizzari joined HCL in March 2023 as a Software Engineer and works in the UI team on the Dynamic Workload Console and the UnO UI. He has a bachelor&rsquo;s degree in Computer Science and is working on his master&rsquo;s degree. Strong enthusiast of everything tech, he also loves hiking, skiing and more generally being in contact with nature.</font><span><span></span>&#8203;</span></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:144px;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/unnamed-3.webp?1773400379" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="text-align:left;display:block;"><span><span style="font-weight:700">Giorgio Proietti</span></span><br /><font size="2"><span><span>He joined HCL in January 2023, works on the UnO&rsquo;s and Workload Automation&rsquo;s UI as a Software Engineer.&nbsp;</span></span><span><span>He has a passion for anything computer related, games and music.</span></span></font><br /><span></span><br /></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>]]></content:encoded></item><item><title><![CDATA[Enterprise process orchestration enters the agentic AI era]]></title><link><![CDATA[https://www.workloadautomation-community.com/blogs/enterprise-process-orchestration-enters-the-agentic-ai-era]]></link><comments><![CDATA[https://www.workloadautomation-community.com/blogs/enterprise-process-orchestration-enters-the-agentic-ai-era#comments]]></comments><pubDate>Thu, 19 Feb 2026 07:21:15 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">https://www.workloadautomation-community.com/blogs/enterprise-process-orchestration-enters-the-agentic-ai-era</guid><description><![CDATA[       HCL Universal Orchestrator (UnO) is now available as a true cloud-native SaaS solution bringing intelligent, autonomous process orchestration to enterprises that need to move faster, govern smarter, and scale AI without limits.&nbsp;      Enterprises that win in the next decade will not be the ones that automate the most tasks. They will be the ones that orchestrate the most intelligently, coordinating people, systems, and AI agents as one unified operation.That shift is already underway. [...] ]]></description><content:encoded><![CDATA[<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/uno-saas-blog_orig.jpg" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span>HCL Universal Orchestrator (UnO) is now available as a true cloud-native SaaS solution bringing intelligent, autonomous process orchestration to enterprises that need to move faster, govern smarter, and scale AI without limits.&nbsp;</span></span></div>  <div>  <!--BLOG_SUMMARY_END--></div>  <div class="paragraph" style="text-align:left;"><span><span>Enterprises that win in the next decade will not be the ones that automate the most tasks. They will be the ones that orchestrate the most intelligently, coordinating people, systems, and AI agents as one unified operation.</span></span><br /><br /><span><span>That shift is already underway. And it demands a different kind of platform.&nbsp;</span></span><br /><em><span><span style="font-weight:700"><font size="4" color="#3a96b8">UnO is the orchestration backbone built for this moment: intelligent, cloud-native, and ready to scale with your AI ambitions.</font></span></span></em><br /><br /><span><span>We are thrilled to announce that </span><span style="font-weight:700">HCL Universal Orchestrator (UnO) SaaS is now live</span><span>. For the first time, organizations can access the full power of UnO's intelligent orchestration platform through a true cloud-native SaaS model with a </span><span style="font-weight:700">30-day free trial</span><span>, instant provisioning, and the ability to purchase directly online when they are ready.</span></span><br /><br /><span><span style="font-weight:700"><font size="5">Three things that make UnO SaaS transformational</font></span></span><br /><br /><span><span style="color:rgb(0, 87, 168); font-weight:700">THE COLLABORATIVE SAAS PLATFORM</span></span><br /><span><span style="color:rgb(68, 68, 68)">UnO SaaS delivers immediate access to enterprise orchestration&mdash;no infrastructure setup, no complex deployment. Your environment is provisioned in minutes, with dedicated workspaces that let teams across every business unit collaborate, configure, and scale at their own pace. For the first time, you can explore the full platform free for 30 days and purchase directly when you are ready.<br /></span></span><br /><span><span style="color:rgb(0, 87, 168); font-weight:700">AGENTIC AI ORCHESTRATION</span></span><br /><span><span style="color:rgb(68, 68, 68)">UnO SaaS enables you to orchestrate AI agents built on CrewAI, Amazon Bedrock, and other leading platforms from a single control plane. The UnO Agentic AI Builder, arriving soon, will let you create and deploy agents directly within UnO without external tooling or specialist resources.</span></span><br /><br /><span><span style="color:rgb(0, 87, 168); font-weight:700">360-DEGREE AGENTIC GOVERNANCE</span></span><br /><span><span style="color:rgb(68, 68, 68)"></span></span>As AI takes on more of your critical operations, UnO gives you complete command over both user actions and AI agent behaviour from a single interface, with security management and agent monitoring built into the platform from day one. Real-time dashboards arrive in the April release, completing the governance layer. This is governance designed into the architecture itself, giving your compliance, risk, and audit teams the visibility and control they need to trust every action your enterprise takes, whether human or AI.&#8203;<span><span style="color:rgb(68, 68, 68)"></span></span><br /><br /><span><span style="font-weight:700"><font size="6">Designed for immediate impact</font></span></span><br /><span><span style="color:rgb(68, 68, 68)">From the moment you register, your environment is provisioned and ready. An automated onboarding sequence guides your team through platform setup, workflow configuration, integration activation, and governance controls at their own pace &mdash; with targeted guidance at the midpoint and final week of the trial.</span></span><br /><span><span style="color:rgb(68, 68, 68)">When you are ready to proceed, purchase directly online or engage our team for an enterprise agreement tailored to your scale.</span></span><br /><br /><span><span style="color:rgb(48, 48, 48)">Experience </span><span style="color:rgb(48, 48, 48); font-weight:700">HCL Universal Orchestrator</span><span style="color:rgb(48, 48, 48)"> as a service today.<br />&nbsp; &nbsp; &nbsp;</span><a href="https://marketplace.hcl-software.com/trial/uno-saas"><span style="color:rgb(17, 85, 204); font-weight:700">Start your 30-day free trial</span></a></span><ul><li><a href="https://marketplace.hcl-software.com/sofy/catalog/hcl-uno?view=doc&amp;file=quick-start.md"><span style="color:rgb(17, 85, 204)">Quick start guide</span></a></li><li><span><a href="https://marketplace.hcl-software.com/sofy/catalog/hcl-uno?view=doc&amp;file=documentation.md"><span style="color:rgb(17, 85, 204)">Product documentation</span></a></span></li></ul><br /><span><span style="color:rgb(48, 48, 48)">&#8203;For any questions on the solution, use cases, or pricing, visit our website </span><a href="https://www.hcl-software.com/universal-orchestrator"><span style="color:rgb(17, 85, 204)">HCL Universal Orchestrator</span></a><span style="color:rgb(48, 48, 48)"> or reach out to us.</span></span></div>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:auto;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/unnamed.webp?1771487654" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="display:block;"><span><span style="font-weight:700"><font size="5">Francesco Puglisi</font></span></span><br /><span><span><br />&#8203;He&nbsp; joined HCL in 2021 as a technical writer and has been specializing in product documentation since then. In his free&nbsp; time, he enjoys reading, playing video games, and the company of felines.</span></span><br /><br /></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>]]></content:encoded></item><item><title><![CDATA[Beyond the Bot: The Shift from Task Automation to Intelligent Orchestration]]></title><link><![CDATA[https://www.workloadautomation-community.com/blogs/beyond-the-bot-the-shift-from-task-automation-to-intelligent-orchestration]]></link><comments><![CDATA[https://www.workloadautomation-community.com/blogs/beyond-the-bot-the-shift-from-task-automation-to-intelligent-orchestration#comments]]></comments><pubDate>Tue, 10 Feb 2026 06:46:25 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">https://www.workloadautomation-community.com/blogs/beyond-the-bot-the-shift-from-task-automation-to-intelligent-orchestration</guid><description><![CDATA[       The conversation around AI and automation has fundamentally changed. When I sat down for a recent executive panel at a CIO day event, the focus was not on if we should automate, but how we orchestrate human expertise and automated intelligence to scale operations in complex environments.The era of simple Robotic Process Automation (RPA) is ending. We are now in the age of Intelligent Orchestration, where enterprise automation becomes a competitive advantage for agility, not just cost savi [...] ]]></description><content:encoded><![CDATA[<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/beyond-the-bot_orig.jpg" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph">The conversation around AI and automation has fundamentally changed. When I sat down for a recent executive panel at a CIO day event, the focus was not on if we should automate, but how we orchestrate human expertise and automated intelligence to scale operations in complex environments.<br /><br />The era of simple Robotic Process Automation (RPA) is ending. We are now in the age of <a href="https://www.hcl-software.com/universal-orchestrator" target="_blank">Intelligent Orchestration</a>, where enterprise automation becomes a competitive advantage for agility, not just cost savings.</div>  <div>  <!--BLOG_SUMMARY_END--></div>  <div class="paragraph" style="text-align:justify;">Here are my perspectives on the major shifts happening right now in enterprise automation, and the strategies leaders must adopt to navigate this transformation, especially focusing on the data sovereignty topic.<br />&#8203;<br /><strong><font size="5">1. The Evolving Role of Human Judgment: From Replacement to Orchestration</font></strong><br />The narrative that AI will replace human decision-making is proving to be fundamentally flawed, especially at scale. Instead, the relationship is moving from one of potential replacement to one of powerful <strong>augmentation</strong>.<br />When companies orchestrate operations at scale, human judgment is not eliminated; it is <strong>elevated and redirected.</strong><ul><li><strong>The AI/Automation Role: </strong>Handles the high-volume, repetitive, and pattern-based tasks (e.g., fraud detection, data validation) with unmatched speed and accuracy. This creates what we call a <strong>Human-on-the-Loop model.</strong></li><li><strong>The Human Judgment Role: </strong>The value of human capital now concentrates on two critical areas:</li></ul><ol><li><strong>Context and Ethics:</strong> Applying nuanced judgment, ethical reasoning, and cultural awareness to complex edge cases and anomalies that fall outside the algorithm's training data. An AI can flag an anomaly; a human must weigh the risk and make a strategic, ethical decision.</li><li><strong>Strategic Direction and Governance:</strong> Humans are essential for training, governing, and setting the strategic direction of the automated systems. Our role is now that of the system architect, designing adaptive workflows that blend AI-driven speed with human accountability.</li></ol> This orchestration model requires a platform mindset - not point solutions, but an integrated ecosystem that coordinates human expertise, AI agents, and automated processes across the entire value chain. The platform becomes the nervous system of the enterprise, enabling collaborative sense-making at scale.<br /><br /><strong><font size="5">2. Navigating the Complexities of Scaling Automation</font></strong><br />My experience in implementing automation at scale, particularly in complex operational environments, reveals a clear set of challenges and opportunities that move far beyond the initial pilot phase.</div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2026-02-10-122235_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><strong><font size="5">3. Advice for Moving to a Coordinated, Intelligent Approach</font></strong><br />IT and business leaders who are still stuck with isolated, departmental bots need to shift their strategy to embrace a cohesive, enterprise-wide approach. My advice centers on three key pillars:<br /><strong>I. Shift to a 'Platform-First, Process-Centric' Mindset</strong><ul><li><strong>From Tool to Platform: </strong>Stop procuring point solutions. Invest in a <strong>unified Intelligent Automation Platform</strong> that offers end-to-end capabilities: process discovery, AI services, execution, and governance. This is where tools like <strong>HCL Universal Orchestrator (UnO)</strong> become indispensable. As a cloud-native platform, UnO is designed to centralize the execution of calendar-based, event-driven, and human-in-the-loop tasks across <strong>hybrid and multi-cloud environments</strong>&mdash;effectively dismantling automation silos and streamlining workflows with codeless data exchange. The platform approach enables open architecture integration connecting any tool, any platform, any cloud&mdash;without vendor lock-in, while maintaining unified governance and observability across the entire ecosystem.</li><li><strong>Master the Process, Not Just the Task:&nbsp;</strong> Use Process Intelligence and Task Mining to map the true, end-to-end value stream (e.g., Order-to-Cash). Process Intelligence provides deeper insights into process performance, bottlenecks, and optimization opportunities; going beyond simple discovery to enable continuous process improvement. Automating an isolated, inefficient task only digitizes a bad process. You must fix the process first.</li></ul><br /><strong>II. Build a Business-Led Center of Excellence (CoE)</strong><ul><li><strong>Create Fusion Teams:</strong> The CoE must be cross-functional.<strong> Business Leaders</strong> own the process and define the value; <strong>IT Leaders</strong> own the architecture, security, and scalability. This ensures alignment on value and risk.</li><li><strong>Federate with Governance:</strong> Empower business units with low-code/no-code tools to build their own automations, but mandate that all activity flows through the central CoE for security, standardization, and auditability.</li></ul><strong>III. Embed AI for Adaptive Learning</strong><ol><li><strong>Go Beyond Rules: </strong>Integrate AI for cognitive tasks: <strong>Intelligent Document Processing (IDP)</strong> to handle unstructured data, and <strong>Machine Learning</strong> to predict and manage exceptions.</li><li><strong>Build a Continuous Feedback Loop:</strong> Design your automation to be self-improving. Automated processes should continuously feed performance data back to the AI models, enabling the platform to<strong> learn, self-correct, and adapt</strong> to inevitable process drift over time.</li></ol><br /><strong><font size="5">4. The Future is Agentic: How to Prepare Today</font></strong><br />Looking ahead, I see the future of enterprise automation evolving rapidly into <strong>Agentic</strong> <a href="https://www.hcl-software.com/universal-orchestrator" target="_blank">Process Automation</a>&mdash;moving beyond static, sequential logic to intelligent, self-governing workflows.<br /><ul><li><strong>The Rise of Agentic AI:</strong> The next phase will feature AI agents that can receive a high-level goal (e.g., "Onboard this new customer"), break it into sub-tasks, interact with various systems, make real-time decisions, and escalate exceptions&mdash;all with minimal human intervention. Platforms like <strong>HCL Universal Orchestrator Agentic</strong> are pushing this boundary, leveraging Generative AI to allow users to generate complex workflows from simple natural language prompts while maintaining the enterprise-grade governance and observability required for production deployment, driving us toward truly <strong>autonomous workflow management</strong> at scale.</li><li><strong>The Preparation Imperatives:</strong></li></ul><ol><li><strong>The Data Foundation:</strong> Agentic AI is only as good as the data it consumes. Companies must prioritize unifying and cleansing their data estate to ensure AI agents have a reliable, single source of truth to act upon.</li><li><strong>Upskilling for Governance:</strong> Focus on developing a workforce that can <strong>govern, train, and collaborate</strong> with AI. The new core roles are AI Architects, Prompt Engineers, and "Human-in-the-Loop" exception managers.</li><li><strong>Mandate Governance First:</strong> Before deploying self-directing agents, establish robust frameworks for ethics, bias mitigation, auditability, and clear lines of accountability. We must know why an AI agent made a high-stakes decision. Universal orchestrators are key here, as they provide the unified visibility and control necessary to govern these hybrid workflows. This is so critical for data sovereignty and regulatory compliance. In an agentic environment, clear audit trails showing why an AI agent made each decision, what data it accessed, and how it maintains data residency requirements become non-negotiable for enterprise trust.</li><li><strong>The Orchestration Imperative:</strong> As AI agents proliferate across functions (each specialized for specific tasks), the risk of chaos multiplies. Without orchestration, businesses face confusing handoffs, process gaps, duplication, and lack of visibility into agent performance. Universal orchestrators become essential infrastructure, providing the unified control plane to coordinate thousands of agentic interactions while maintaining auditability, governance, and business continuity.</li></ol><br /><strong><font size="5">5. The Shifting Automation Priorities: From Cost to Growth</font></strong><br />Finally, it&rsquo;s critical to recognize that enterprise automation priorities have <strong>fundamentally shifted beyond cost savings</strong>.<br />While cost reduction remains a clear, measurable benefit, it is no longer the primary <strong>strategic driver</strong> for leading organizations. The C-suite now views automation as a lever for three higher-value outcomes:<ol><li><strong>Business Resilience and Risk Mitigation: </strong>The focus has moved from cutting labor costs to <strong>ensuring operational continuity and reducing systemic risk</strong>. Automating compliance, fraud detection, and real-time supply chain re-routing ensures the business is anti-fragile.</li><li><strong>Driving Top-Line Growth and Experience: </strong>We are moving from internal efficiency to <strong>external impact and talent retention.</strong> Automation is used to deliver instant, hyper-personalized customer experiences and to eliminate 'digital drudgery' for employees, boosting morale, innovation, and ultimately, revenue.</li><li><strong>Process Transformation and Agility (The Competitive Edge):</strong> The goal is not to automate the status quo, but to <strong>re-engineer the entire value chain for speed.</strong> This allows the business to pivot, launch new services, and adapt to market shifts far faster than competitors.</li></ol><br /><strong><font size="5">Conclusion</font></strong><br />From my perspective, the new mandate is clear: <strong>If your automation strategy isn't driving agility, resilience, and growth, it's already an outdated strategy.</strong> The scale of transformation we're discussing is exponential, not linear. Traditional job scheduling breaks under today's complexity. We've moved from managing millions of transactions to orchestrating trillions. This isn't just a technical upgrade; it's a fundamental reimagining of how businesses operate at scale. The question is no longer whether to automate, but whether you have the platform architecture to orchestrate intelligence across your entire enterprise ecosystem.<br></div>  <div><div style="height: 20px; overflow: hidden; width: 100%;"></div> <hr class="styled-hr" style="width:100%;"></hr> <div style="height: 20px; overflow: hidden; width: 100%;"></div></div>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:189px;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/screenshot-2026-02-10-125820.png?1770708572" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="text-align:left;display:block;"><font size="3">Francesca Curzi, AVP (Workload Automation, DevOps and Mainframe Solutions Sales Head)<br /></font><font size="2">As an accomplished Global Growth leader in the field of technology, with a focus on AI &amp; Automation, DevOps, and Mainframe solutions Francesca Curzi plays a pivotal role in driving innovation and delivering cutting-edge&nbsp;<span>solutions to meet the evolving needs of clients worldwide. With a strong background in software development and sales and a passion for leveraging technology to drive business success, she brings a unique blend of strategic vision and hands-on expertise, guiding customers to develop and implement transformative solutions that streamline processes, enhance efficiency, and drive bottom-line results. With a proven track record of success, a dedication to excellence, and a relentless drive for innovation, Francesca is a dynamic leader shaping the future of technology.</span></font></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>]]></content:encoded></item><item><title><![CDATA[Agentic Governance: Governing Autonomy at Enterprise Scale]]></title><link><![CDATA[https://www.workloadautomation-community.com/blogs/agentic-governance-governing-autonomy-at-enterprise-scale]]></link><comments><![CDATA[https://www.workloadautomation-community.com/blogs/agentic-governance-governing-autonomy-at-enterprise-scale#comments]]></comments><pubDate>Tue, 10 Feb 2026 06:34:17 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">https://www.workloadautomation-community.com/blogs/agentic-governance-governing-autonomy-at-enterprise-scale</guid><description><![CDATA[       As 2026 begins, organisations are embedding agentic AI across their tech stacks. Agents now support service management, supply chains, identity and access control, financial approvals, and customer interaction. They observe conditions, recommend actions, and increasingly act on behalf of users and systems. As workflows shift from deterministic processes to decisions shaped by probabilistic models, behaviour becomes faster and more scalable, but also more variable. Continuous adaptation cr [...] ]]></description><content:encoded><![CDATA[<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/agentic-governance_orig.jpg" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span>As 2026 begins, organisations are embedding agentic AI across their tech stacks. Agents now support service management, supply chains, identity and access control, financial approvals, and customer interaction. They observe conditions, recommend actions, and increasingly act on behalf of users and systems. As workflows shift from deterministic processes to decisions shaped by probabilistic models, behaviour becomes faster and more scalable, but also more variable. Continuous adaptation creates both opportunity and exposure, making governance guardrails essential to prevent unintended outcomes. The strategic challenge is no longer whether to use autonomy, but how to govern it so speed does not create risk.</span></div>  <div>  <!--BLOG_SUMMARY_END--></div>  <div class="paragraph"><strong><font size="5">&#8203;Why Governance Must Change</font></strong><br />Existing governance frameworks assume predictable change and human-centric control. Autonomy breaks this model because decisions become continuous, distributed, and high-volume. Manual review cannot keep up with thousands of relevant events per hour. Agents must operate within guardrails and escalate only when signals are ambiguous. Speed becomes consequential because delays rapidly amplify misconfigurations, security anomalies, or supply issues. Autonomy already exists in CI/CD, security, scaling, and routing; the gap lies in structuring and governing what is already happening rather than attempting to slow it down.<br /><br /><strong><font size="5">The Core of Agentic Governance</font></strong><br />Agentic governance shifts focus from controlling steps to controlling behaviour. Leadership defines intent and the boundaries within which systems may act, supported by an enforceable governance control plane.<br />Its foundations are clear:<ul><li>outcomes that matter</li><li>constraints that must be respected, implemented through guardrails</li><li>visibility of decisions, enabling trust and auditability</li></ul> Any component that perceives, decides, and acts requires governance. The goal is distributed autonomy aligned to enterprise intent, operating within safe and transparent limits.<br /><br /><strong><font size="5">Governing Decisions at Scale</font></strong><br />To govern autonomy effectively, four capabilities matter.<br /><span style="font-weight:700">1. Define intent rather than instructions.</span><br />Explicit outcomes prevent agents from optimising for local logic. Constraints and guardrails express what must hold true without prescribing every action.<br /><span style="font-weight:700">2. Allocate autonomy deliberately.</span><br />Not every domain benefits equally. Time-critical areas like incident response need more autonomy; high-accountability areas like financial controls need less. Autonomy becomes a calibrated setting, not a binary choice.<br /><span style="font-weight:700">3. Ensure every decision is observable.</span><br />Decision trails explain what happened and why. This supports regulatory expectations, internal trust, and operational assurance.<br /><span style="font-weight:700">4. Design for safe failure.</span><br />Autonomy changes how errors propagate. Agents need clear escalation paths and predictable failure modes so ambiguous signals default to safety.<br /><br />Together, these capabilities turn governance from reactive oversight into proactive system design.<br /><br /><strong><font size="5">How Operations Change Under Agentic Governance</font></strong><br />When autonomy operates within guardrails, decision cycles accelerate because routine approvals disappear. Teams act at the pace of signals, intervening only where consequences are uncertain. Continuous monitoring surfaces anomalies sooner, preventing compounding failures. Agents manage predictable cases while humans focus on ambiguity and trade-offs. Cross-domain coordination improves as agents share signals, reducing friction and shortening the path from event to outcome.<br />The result is speed with alignment: autonomy that strengthens control rather than weakening it.<br /><br /><strong><font size="5">Why It Matters to CIOs and CTOs</font></strong><br />&#8203;CIOs and CTOs are accountable for cost, reliability, security, and compliance.&nbsp;<a href="https://www.hcl-software.com/universal-orchestrator/agentic-orchestration?referrer=www.hcl-software.com">Agentic governance</a>&nbsp;supports these obligations by enabling rapid decisions without sacrificing oversight. Guardrails clarify boundaries. Decision logs scale accountability. Distributed autonomy handles complexity better than centralised manual processes. Humans retain authority where regulation, ambiguity, or strategic impact require judgment.<br />Avoiding this shift leads to predictable consequences: fragmented automation, rising opacity, and loss of leadership visibility.<br /><br /><strong><font size="5">Strategic Value</font></strong><br />The operational benefits compound into a structural advantage. Agents lower the cost of control by handling routine checks. They accelerate incident response, reduce regulatory risk through inherent logging, and preserve resilience by embedding expertise into systems. Clear guardrails reduce rework and accelerate innovation.<br /><br /><strong><font size="5">Autonomy Is Already Here</font></strong><br />Autonomous systems are operating in production today. Governing them with manual process tools is unsustainable. Agentic governance provides a model for defining intent, structuring autonomy, ensuring transparency, and designing safe failure. The reward is speed and resilience. The penalty for delay is uncertainty and erosion of trust.<br /><br />Leaders must choose whether they will govern autonomy or be governed by it.</div>  <div><div style="height: 20px; overflow: hidden; width: 100%;"></div> <hr class="styled-hr" style="width:100%;"></hr> <div style="height: 20px; overflow: hidden; width: 100%;"></div></div>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:auto;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/sanjay.jpg?1770705523" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="text-align:left;display:block;"><strong><font size="4">Sanjay Chopra,&nbsp;</font></strong><strong><font size="4">CTO, Specialized Software, HCLSoftware&nbsp;</font><br /><br /><font size="3">&#8203;</font></strong><font size="2">Hands-on Enterprise Architect &amp; CTO with expertise in large scale Digital Transformation, driven by strategic insights. Multitude of experience across a heterogeneous landscape of multi/hybrid cloud, DevOps, IoT &amp; AI/ML. Deep engagement experience on&nbsp;<span>multi-million dollar Pre-sales and Delivery initiatives.</span></font><br /><br /></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>]]></content:encoded></item><item><title><![CDATA[Reduce Development Effort and Speed Up Your Digital Transformation with the HCL UnO AI Pilot]]></title><link><![CDATA[https://www.workloadautomation-community.com/blogs/reduce-development-effort-and-speed-up-your-digital-transformation-with-the-hcl-uno-ai-pilot]]></link><comments><![CDATA[https://www.workloadautomation-community.com/blogs/reduce-development-effort-and-speed-up-your-digital-transformation-with-the-hcl-uno-ai-pilot#comments]]></comments><pubDate>Thu, 11 Dec 2025 07:03:40 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">https://www.workloadautomation-community.com/blogs/reduce-development-effort-and-speed-up-your-digital-transformation-with-the-hcl-uno-ai-pilot</guid><description><![CDATA[       The HCLSoftware Universal Orchestrator (UnO) AI Pilot is a generative AI-powered assistant that simplifies and accelerates the creation of IT automation workflows.In everyday terms, think of the AI Pilot as a knowledge base of templates and suggestions for your DevOps teams and IT operators. Instead of manually writing complex scripts or piecing together automation steps, a user can describe their desired outcome in plain English, and the UnO AI Pilot generates the corresponding automatio [...] ]]></description><content:encoded><![CDATA[<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/ai-pilot-blog-light-banner_orig.jpg" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span>The HCLSoftware Universal Orchestrator (UnO) AI Pilot is a generative AI-powered assistant that simplifies and accelerates the creation of IT automation workflows.<br /><br /></span></span><span><span>In everyday terms, think of the AI Pilot as a knowledge base of templates and suggestions for your DevOps teams and IT operators. Instead of manually writing complex scripts or piecing together automation steps, a user can describe their desired outcome in plain English, and the UnO AI Pilot generates the corresponding automation workflow.</span></span><br /><span></span></div>  <div>  <!--BLOG_SUMMARY_END--></div>  <div class="paragraph"><span><span style="font-weight:400">Here's a breakdown of its key aspects:</span></span><br /><br /><span><span style="font-weight:400"><strong>Core Concept 1: </strong>From IT Runbook to Natural Language to Automation.</span></span><br /><span><span>The fundamental goal is to translate human intent into machine-executable actions.&nbsp;</span></span><span><span>Over the years, many organisations have produced IT Runbooks that define how to create, run, monitor, and crucially, how to react and what to do (or not) in the event of a process failure.</span></span><br /><br /><span><span>Additionally, when creating workflows </span><span>before</span><span> AI Pilot, an engineer or operations staff would need to know the specific syntax, commands, and logic to connect different tools (e.g., Ansible, Terraform, Jenkins, ServiceNow). They would then go through the labour and time-intensive process of manually building the workflow in their automation platform.</span></span><br /><br /><span><span style="font-weight:400"><strong>Core Concept 2:</strong> It&rsquo;s </span><span>all</span><span style="font-weight:400"> in the prompt&nbsp;</span></span><span><span>This really is crucial and may need a few attempts. Existing Runbooks are typically bullet-point PDFs or Microsoft Word documents.&nbsp;</span></span><br /><span><span>We want to create a summary </span><span>paragraph</span><span> of all the Runbook steps. You can do this a) manually (but why bother), or b) using your favourite corporate-approved tool such as Google Gemini or ChatGPT.&nbsp;</span></span><br /><span><span>A prompt such as this is a good place to start:</span></span><br /><span><span>&ldquo;Take these runbook steps and create a combined paragraph rather than bullet points.&rdquo;&nbsp;</span></span><span><span>and then copy/paste the Runbook into the prompt.<br /></span></span><br /><span><span>It&rsquo;s always worth checking the output before you go to the next step, making it as natural as possible &ndash; a slight tweak can have quite a significant impact on the workflow that is created. Be clear and demanding in the paragraph &ndash; you won&rsquo;t upset the UnO AI Pilot!</span></span><br /><br /><span><span style="font-weight:400"><strong>Core Concept 3:</strong> Hours reduced to </span><span>seconds</span><span style="font-weight:400">&nbsp;</span></span><span><span>Now that you have created and reviewed your prompt paragraph, you can open the UnO desktop and Designer. On the canvas, you can simply paste the prompt into the AI Pilot pop-up:</span></span><br /><span><span>&ldquo;Create a workflow that checks the disk space on all my production web servers. If any of the servers are above 90% full, create a high-priority ticket in Jira and send a message to the #ops_status channel in Slack and the ops_status space in Google Chat.&rdquo;<br /></span></span><br /><span><span>Within </span><span style="font-weight:700">seconds</span><span>, the UnO AI Pilot parses the request and generates the complete, multi-step workflow template, ready for review. Choose the most appropriate option (there will be 3) and you&rsquo;re good to go!</span></span><br /><br /><span><span style="font-weight:400"><strong>Key Features and Capabilities</strong></span></span><br /><span><span>1. Generative AI Engine: UnO uses a Large Language Model (LLM) trained on a vast dataset of IT automation documentation, best practices, existing workflow patterns, and information about the various plugins HCL Universal Orchestrator supports.</span></span><br /><span><span>2. Interactive Creation and Refinement: It's not just a one-time generation. Users can interact with the AI to modify the workflow. For example, after the initial workflow has been created, a user could add:</span></span><br /><span><span>&ldquo;Okay, if none of the servers are over 90% full, send a notification to the #ops_status channel in Slack and the ops_status space in Google Chat saying that no servers have hit the 90% limit, then terminate the workflow.&rdquo;</span></span><br /><span><span>3. Lowers the Skill Barrier: UnO "democratizes" automation. Team members who are not expert scripters or automation specialists can create powerful workflows in a secure, role-based environment, freeing senior engineers to focus on more complex tasks.</span></span><br /><span><span>4. Accelerates Development: UnO drastically reduces the time it takes to create, test, and deploy new automation. What might have taken hours of research and coding can be drafted in minutes.</span></span><br /><span><span>5. Reduces Errors: By relying on a model trained on best practices, UnO helps avoid common syntax errors, logical flaws, and inefficient process design that can occur during manual creation.</span></span><br /><br /><span><span style="font-weight:400"><strong>How UnO Fits in the HCL Ecosystem</strong></span></span><br /><span><span>HCL Universal Orchestrator is the core engine. It's a powerful </span><a href="https://www.hcl-software.com/universal-orchestrator"><span style="color:rgb(17, 85, 204)">Agentic AI orchestration</span></a><span> platform designed to orchestrate complex, event-driven workflows across hybrid environments&mdash;from mainframes to cloud-native applications. It has a library of plugins to integrate with hundreds of common IT tools.</span></span><br /><span><span>The integrated AI Pilot acts as the new intelligent "front-end" or "user experience layer" for this engine. It makes the power of UnO accessible through a simple, conversational interface.</span></span><br /><br /><span><span style="font-weight:400"><strong>Summary</strong></span></span><br /><span><span>In essence, the HCLSoftware UnO AI Pilot is a generative AI application that addresses a critical business problem: the complexity and time-consuming nature of IT automation. It shifts IT professionals' focus from </span><span>how</span><span> to build automation to </span><span>what</span><span> automation needs to be built.</span></span><br /></div>  <div><div style="height: 20px; overflow: hidden; width: 100%;"></div> <hr class="styled-hr" style="width:100%;"></hr> <div style="height: 20px; overflow: hidden; width: 100%;"></div></div>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:220px;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/rjw-li.png?1765437397" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="display:block;"><strong style=""><font size="3">&#8203;Rob Wybrow, Technical Advisor at HCLSoftware</font></strong><br /><span style="color: rgb(34, 34, 34);"><font size="1">Rob Wybrow is a Technical Advisor at HCLSoftware, and a trusted expert in IT automation and Digital Transformation. With over two decades in the industry, including extensive pre-sales specialist roles at major IT software vendors including the IBM Software Group, Rob possesses deep technical knowledge in Batch Job Scheduling, Workload Automation and modern SaaS-based automation and orchestration platforms. He specializes in translating complex technical concepts into clear business value propositions, helping successful clients adopt innovative solutions that significantly reduce manual processes and accelerate their business process efficiencies.</font></span><br /><br /></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>]]></content:encoded></item><item><title><![CDATA[Zero Downtime: Replacing Default 1K Certs with 4K Power]]></title><link><![CDATA[https://www.workloadautomation-community.com/blogs/zero-downtime-replacing-default-1k-certs-with-4k-power]]></link><comments><![CDATA[https://www.workloadautomation-community.com/blogs/zero-downtime-replacing-default-1k-certs-with-4k-power#comments]]></comments><pubDate>Wed, 29 Oct 2025 09:08:43 GMT</pubDate><category><![CDATA[Uncategorized]]></category><guid isPermaLink="false">https://www.workloadautomation-community.com/blogs/zero-downtime-replacing-default-1k-certs-with-4k-power</guid><description><![CDATA[       For enterprise operations, security is non-negotiable. If you&rsquo;re running Workload Automation with older, default 1024-bit certificates, you&rsquo;re sitting on a major vulnerability. These keys are aging, slow, and no longer meet modern security benchmarks. The challenge? Replacing them without breaking communication across your entire dynamic agent network and enduring costly downtime.Fortunately, WA version 10.2.5 introduced the tools and features to make this critical security up [...] ]]></description><content:encoded><![CDATA[<div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2025-10-29-144003_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span style="color:rgb(27, 28, 29)">For enterprise operations, </span><span style="color:rgb(27, 28, 29); font-weight:700">security is non-negotiable</span><span style="color:rgb(27, 28, 29)">. If you&rsquo;re running Workload Automation with older, default 1024-bit certificates, you&rsquo;re sitting on a major vulnerability. These keys are aging, slow, and no longer meet modern security benchmarks. The challenge? Replacing them </span><span style="color:rgb(27, 28, 29)">without</span><span style="color:rgb(27, 28, 29)"> breaking communication across your entire dynamic agent network and enduring costly downtime.</span></span><br /><span><span style="color:rgb(27, 28, 29)">Fortunately, WA version </span><span style="color:rgb(27, 28, 29); font-weight:700">10.2.5</span><span style="color:rgb(27, 28, 29)"> introduced the tools and features to make this critical security upgrade </span><span style="color:rgb(27, 28, 29); font-weight:700">surprisingly simple, guaranteed, and seamless.&nbsp;</span></span><span style="color:rgb(27, 28, 29)">Let's dive into the six rapid steps to replace your default 1K certificates with robust, 4K keys using the powerful </span><span style="color:rgb(27, 28, 29); font-weight:700">Certman</span><span style="color:rgb(27, 28, 29)"> tool.</span></div>  <div>  <!--BLOG_SUMMARY_END--></div>  <div class="paragraph"><span><span style="color:rgb(27, 28, 29)"><font size="4">Prerequisite: Upgrade the MDM to v10.2.5</font></span></span><span><span style="color:rgb(27, 28, 29)">This guide relies entirely on the enhanced certificate management capabilities introduced in </span><span style="color:rgb(27, 28, 29); font-weight:700">Workload Automation version 10.2.5</span><span style="color:rgb(27, 28, 29)">. If you haven't upgraded yet, please do so now. This foundational step is essential for utilizing the automated features of </span><span style="color:rgb(27, 28, 29); font-weight:700">Certman</span><span style="color:rgb(27, 28, 29)">.</span></span><br /><br /><span><span style="color:rgb(27, 28, 29)"><strong>Step 1: Generate Your Secure Certificates with Certman.&nbsp;</strong><br /></span></span><span><span style="color:rgb(27, 28, 29)">You need a new set of robust certificates (CA, private key, and server certificate), ideally with at least a </span><span style="color:rgb(27, 28, 29); font-weight:700">4096-bit key</span><span style="color:rgb(27, 28, 29)">.&nbsp;</span></span><br /><br /><ul><li><span><span style="color:rgb(27, 28, 29)">If you already have custom PEM certificates, ensure you have: </span><span style="color:rgb(87, 91, 95)">ca.crt</span><span style="color:rgb(27, 28, 29)">, </span><span style="color:rgb(87, 91, 95)">tls.key</span><span style="color:rgb(27, 28, 29)">, </span><span style="color:rgb(87, 91, 95)">tls.crt</span><span style="color:rgb(27, 28, 29)">, and </span><span style="color:rgb(87, 91, 95)">tls.sth</span><span style="color:rgb(27, 28, 29)"> (if the private key is password-protected).</span></span></li><li><span><span style="color:rgb(27, 28, 29)">If you need to generate new, secure certificates, Certman handles it instantly. </span></span></li></ul><br /><span><span style="color:rgb(27, 28, 29)">From your Master Domain Manager (MDM) machine, set your environment and run:</span></span><br /><span><span style="color:rgb(24, 128, 56)">certman<span style="color:rgb(87, 91, 95)"> </span>generate</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">-keypasswd</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">strongPasword</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">-outpath</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">/tmp/newCerts</span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2025-10-29-144555_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span style="color:rgb(27, 28, 29)"><strong>Step 2:</strong> <strong>Trust the New CA on the Server&nbsp;</strong><br />&#8203;</span></span><span><span style="color:rgb(27, 28, 29)">To prepare the server to recognize the new certificates, we must trust the newly generated Certificate Authority (CA).</span></span><ol><li style="color:rgb(27, 28, 29)"><span><span>Copy the generated </span><span style="color:rgb(87, 91, 95); font-weight:700">ca.crt</span><span> file into the server's repository:</span><br /><span style="color:rgb(24, 128, 56)">&lt;data_dir&gt;/ssl/depot/additionalCAs/</span></span></li><li style="color:rgb(27, 28, 29)"><span><span>If the </span><span style="color:rgb(87, 91, 95)">additionalCAs</span><span> folder doesn't exist under </span><span style="color:rgb(87, 91, 95)">depot</span><span>, create it first.</span></span></li><li style="color:rgb(27, 28, 29)"><span><span>Rename the file to something descriptive, like </span><span style="color:rgb(87, 91, 95); font-weight:700">newCA.crt</span><span>. This name will automatically be used as the </span><span style="font-weight:700">alias</span><span> when the server reads the new CA.</span></span></li></ol><br /><span><span style="color:rgb(27, 28, 29)"><strong>Step 3:</strong> <strong>Proactively Trust the New CA on Dynamic Agents</strong><br />&#8203;</span></span><span><span style="color:rgb(27, 28, 29)">This is the </span><span style="color:rgb(27, 28, 29); font-weight:700">zero-downtime secret</span><span style="color:rgb(27, 28, 29)">. Before we replace the server's certificate, we push the new CA to the dynamic agents so they are ready for the change. This ensures they maintain communication throughout the process.</span></span><br /><span><span style="color:rgb(27, 28, 29)">Run the </span><span style="color:rgb(87, 91, 95); font-weight:700">AgentCertificateDownloader</span><span style="color:rgb(27, 28, 29)"> command on </span><span style="color:rgb(27, 28, 29)">every</span><span style="color:rgb(27, 28, 29)"> dynamic agent:</span></span><br /><span><span style="color:rgb(24, 128, 56)">AgentCertificateDownloader</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">--wauser</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">&lt;wauser&gt;</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">--wapassword</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">&lt;wauserPwd&gt;</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">--tdwbhostname</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">&lt;server_ip&gt;</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">--tdwbport</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">31116</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">--work_dir</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">&lt;work_dir&gt;</span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2025-10-29-144749_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span style="color:rgb(27, 28, 29)"><font size="3"><strong>Step 4: Import and Replace the Server Certificate</strong><br /></font></span></span><span><font size="3"><span style="color:rgb(27, 28, 29)">Now that the dynamic agents trust the </span><span style="color:rgb(27, 28, 29)">new</span></font><span style="color:rgb(27, 28, 29)"><font size="3"> CA, we can safely replace the certi</font>ficate used by the server's Liberty component. We use Certman again for a flawless swap.</span></span><br /><span><span style="color:rgb(27, 28, 29)">Run this command on the MDM:</span></span><br /><span><span style="color:rgb(24, 128, 56)">certman</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">import</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">-inpath</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">&lt;newCertsPath&gt;</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">-all</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">-keypasswd</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">&lt;strongPasword&gt;</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">-alias</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">server</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">-updatedepot</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">-forcealias</span></span><br /><br /></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2025-10-29-145009_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph">Zero Downtime Check: After running this, notice that your dynamic agents continue communicating with the server because they already trust the new CA (from Step 3)! Only the MDM's client connection and Composer will temporarily lose connectivity.<br /><br /><strong>Step 5: Update the Master Agent's Client Certificate</strong><br />The Master Domain Manager (MDM) has its own local agent that also needs to trust the new CA. We simply re-run the AgentCertificateDownloader locally.<br />Run the exact same command from Step 3, but on the MDM machine itself:<span><span style="color:rgb(24, 128, 56)">AgentCertificateDownloader</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">--wauser</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">&lt;wauser&gt;</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">--wapassword</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">&lt;wauserPwd&gt;</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">--tdwbhostname</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">&lt;server_ip&gt;</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">--tdwbport</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">31116</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">--work_dir</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">&lt;work_dir&gt;<br /></span></span><span style="background-color: transparent;">This updates the MDM's local agent client configuration, restoring its full communication with its own server component.</span><br /><span></span><strong>Step 6: Connect the DWC to the Secure Engine</strong><br />The final step is to ensure your Dynamic Workload Console (DWC) trusts the new server certificate so you can log in without certificate errors.<br />From the DWC machine, use Certman to import the new server certificate directly from the engine URL:<br /><span><span style="color:rgb(24, 128, 56)">./certman</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">import</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">-url</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">&lt;waserverIP:waserverPort&gt;</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">-storepasswd</span><span style="color:rgb(87, 91, 95)"> </span><span style="color:rgb(24, 128, 56)">&lt;dwcStorePassword&gt;</span></span><br /><span></span></div>  <div><div class="wsite-image wsite-image-border-none " style="padding-top:10px;padding-bottom:10px;margin-left:0;margin-right:0;text-align:center"> <a> <img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/screenshot-2025-10-29-145239_orig.png" alt="Picture" style="width:auto;max-width:100%" /> </a> <div style="display:block;font-size:90%"></div> </div></div>  <div class="paragraph"><span><span style="color:rgb(27, 28, 29)">Your DWC will now successfully connect to the newly secured HWA engine!</span></span><span><span style="color:rgb(27, 28, 29)"><font size="3"><br /><br /><strong>Conclusion: Security Solved, Productivity Restored</strong></font></span></span><span><span style="color:rgb(27, 28, 29)"><br />You successfully replaced insecure 1K default certificates with robust, modern 4K keys across your entire HWA environment. By strategically updating your agents first, you achieved this critical security upgrade with </span><span style="color:rgb(27, 28, 29); font-weight:700">zero interruption</span><span style="color:rgb(27, 28, 29)"> to your running schedules. This power is what modern enterprise automation is all about: </span><span style="color:rgb(27, 28, 29); font-weight:700">simplicity, security, and guaranteed continuity.</span><br /><br /><span style="color:rgb(27, 28, 29); font-weight:700">Step 4 and 5 can be applied for updating the certificates on BKM too.&nbsp;</span></span><br /><span></span><span><span style="color:rgb(27, 28, 29)">Time to leverage your secure, optimized HWA environment!</span></span><br /><span></span></div>  <div><div style="height: 20px; overflow: hidden; width: 100%;"></div> <hr class="styled-hr" style="width:100%;"></hr> <div style="height: 20px; overflow: hidden; width: 100%;"></div></div>  <span class='imgPusher' style='float:left;height:0px'></span><span style='display: table;width:171px;position:relative;float:left;max-width:100%;;clear:left;margin-top:0px;*margin-top:0px'><a><img src="https://www.workloadautomation-community.com/uploads/1/0/2/7/102707030/published/screenshot-2025-10-29-145640.png?1761730031" style="margin-top: 5px; margin-bottom: 10px; margin-left: 0px; margin-right: 10px; border-width:1px;padding:3px; max-width:100%" alt="Picture" class="galleryImageBorder wsite-image" /></a><span style="display: table-caption; caption-side: bottom; font-size: 90%; margin-top: -10px; margin-bottom: 10px; text-align: center;" class="wsite-caption"></span></span> <div class="paragraph" style="text-align:left;display:block;"><strong><font size="4">Pasquale Peluso, Workload Automation Dev &amp; ID Manager</font></strong><br /><font size="2">Pasquale is a Manager with&nbsp; 6 plus years of experience within the HCL Software Workload Automation portfolio. Currently leading the Backend Development and Information Development (ID) teams, he possesses a full-stack understanding of the product for both standard installation and Containerized deployments. Pasquale has been on the front lines,&nbsp; promoting and showcasing the crucial innovations accompanying Workload Automation, starting with the release of version 9.5 and beyond. His insights bridge the technical&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; complexities of development with clear, user-focused product strategy.</font></div> <hr style="width:100%;clear:both;visibility:hidden;"></hr>]]></content:encoded></item></channel></rss>