automation-hub
latest
false
- Automation Cloud and Test Cloud
- Automation Cloud Public Sector and Test Cloud Public Sector
Automation Hub release notes
July 1, 2026
Sub-process hierarchy in the Process Repository
Business processes in the Process Repository can now be organized into hierarchies. When submitting a business process, submitters can use the Sub-process field to select one or more existing processes that should become sub-processes of the process being submitted, creating up to four levels of nesting. Sub-processes appear indented under their parent in the Workspace table view, making hierarchical process structures easier to navigate and understand. For details, see Sub-process hierarchies.
Delete an automation using OpenAPI
You can now delete an automation from Automation Hub programmatically using the new DELETE /api/v1/openapi/automations/{id} endpoint. The endpoint accepts an optional comment in the request body. For details, see Delete an automation using OpenAPI.
Bug fixes
- Resolved an issue where the CSV export from the Process Repository workspace contained incorrect data. The exported file now accurately reflects the process entries shown in the workspace.
- Resolved an issue in the Cost Benefit Analysis where implementation phases in the Baseline table were not processed in the correct order. Phase start and end dates are now calculated sequentially as expected.