Skip to Main Content
Digital Business Automation Ideas


This is an IBM Automation portal for Digital Business Automation products. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Please use the following category to raise ideas for these offerings for all environments (traditional on premises, containers, on cloud):
  • Cloud Pak for Business Automation - including Business Automation Studio and App Designer, Business Automation Insights

  • Business Automation Workflow (BAW) - including BAW, Business Process Manager, Workstream Services, Business Performance Center, Advanced Case Management

  • Content Services - FileNet Content Manager

  • Content Services - Content Manager OnDemand

  • Content Services - Daeja Virtual Viewer

  • Content Services - Navigator

  • Content Services - Content Collector for Email, Sharepoint, Files

  • Content Services - Content Collector for SAP

  • Content Services - Enterprise Records

  • Content Services - Content Manager (CM8)

  • Datacap

  • Automation Document Processing

  • Automation Decision Services (ADS)

  • Operational Decision Manager

  • Robotic Process Automation

  • Robotic Process Automation with Automation Anywhere

  • Blueworks Live

  • Business Automation Manager Open Edition

  • IBM Process Mining


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.


Status Functionality already exists
Created by Guest
Created on Jul 7, 2026

Provide a supported configuration option to customize the NGINX keepalive_timeout for ODM Decision Server Runtime ZenExtension in IBM Cloud Pak for Business Automation.

Environment

  • IBM Cloud Pak for Business Automation (CP4BA) 24.0.1
  • Operational Decision Manager (ODM) deployed on Red Hat OpenShift
  • Decision Server Runtime (DSR) exposed through the CP4BA Zen Front Door (NGINX)
  • ZenExtension resource automatically generated and managed by the ICP4AOperationalDecisionManager operator

Example of the generated configuration:

apiVersion: zen.cpd.ibm.com/v1
kind: ZenExtension
...
spec:
  upstream.conf: |-
    upstream decisionserverruntime-upstream {
      least_conn;
      keepalive 1000;
      keepalive_timeout 30s;
      keepalive_requests 500;
      server icp4adeploy-odm-decisionserverruntime:9443;
    }

 

Issue

Customers experiencing intermittent timeout or connection issues with applications consuming ODM Decision Server Runtime have identified that reducing the NGINX upstream keepalive_timeout from the default 30 seconds to 20 seconds resolves the issue in their environment.

However, the ZenExtension resource is generated and owned by the ICP4AOperationalDecisionManager operator. Any manual modification to the generated upstream.conf is overwritten during normal operator reconciliation events, including operator restarts, reconciliation cycles, upgrades, or other platform changes. As a result, the customization cannot be maintained in a supported or upgrade-safe manner.

Currently, there is no documented or supported mechanism to configure the keepalive_timeout value through the ICP4AOperationalDecisionManager Custom Resource, a ConfigMap, an operator parameter, or another persistent customization method.

 

Enhancement Request

Provide a supported mechanism to configure NGINX upstream connection parameters, including keepalive_timeout, for ODM Decision Server Runtime. The configuration should:

Allow administrators to specify a custom keepalive_timeout value (for example, 20 seconds).

Be configurable through a supported interface such as the ICP4AOperationalDecisionManager Custom Resource, a dedicated configuration section, ConfigMap, or another operator-supported override.

Persist across operator reconciliation, pod recreation, platform upgrades, and CP4BA version upgrades.

Be documented as a supported customization.

This enhancement would enable customers to tune upstream connection behavior to match their network infrastructure (such as external load balancers, proxies, or firewalls with shorter idle connection timeouts) without relying on unsupported manual modifications that are lost during reconciliation.

Idea priority Medium