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 Submitted
Created by Guest
Created on Dec 11, 2024

OpenSearch with CP4BA Filenet - Indexing and Search enhancements

GDA is the new common document and archive platform for the belastingdienst.

GDA uses OpenSearch instead of  (or in addition to) Filenet DB queries when searching for documents. GDA functionality requires to search by any property - and business users can define any additional property they see as relevant for their documents (we have a BAW solution which modifies the datamodel/creates subclasses in Filenet almost FN admin intervention). So instead of creating DB indexes for all properties, GDA uses the OpenSearch functionality to also query for date ranges, integer values etc.  

Enhancement request for indexing:

  1. existing integration to OpenSearch is missing the ability to index also other types of properties (CBR enabled property can only be a String property)
  2. ability to define mapping (currently Filenet doesn't define any datatype mapping - since all properties are just strings). And for String properties it should be possible to define nested or flat data type (e.g. if the string property stores JSON value)
  3. ability to NOT index the content of the document - just properties  (or ability to add it to different index)
  4. ability to index some documents synchronously 

Enhancement request for searching:

  1. ability to execute complex openSearch query (especially nested query for nested datatypes) instead of just simple queryString.

 

 

Potential solutions and alternatives for GDA:

    1. and 3. can done if it would be possible to define ingest pipeline for openSearch.  it's 1 additional query parameter which can be added using nginx rewrite rule or configure the Filenet to go to openSearch via AppConnectEnterprise.

 4. currently the only way to implement is to create own event action that will call openSearch to index document... and than we can cover also 1.-3. with our custom queue sweep.

    5. Product Development wrote that they are preparing (for next release in june 2025) a new feature that will allow: "send queries to the engine based on the parameters in the expression (of which there can be arbitrarily many) and return results which are then combined with the database query to produce properly security-filtered final results."  Something like CONTAINS function but more generic with following construction: SELECT … FROM DTO::MySpecialSearch(Document, <parameters>) WHERE <property conditions>.  So it will allow us to execute complex openSearch query (not just passing queryString) and combine the results with Filenet DB query and leverage Filenet security.

    5b. alternative is that we will not execute Filenet query but directly openSearch query and either add security to OpenSearch or merge the results with Filenet query to have property security-filtered results.

    5c. we've been also considering to use searchPipeline (search request processor), but the script processor doesn't allow to change the queryString to nested query - but again if we will "intercept" the openSearch query request in ACE we can do whatever we want.

 

Discussed with Development SME is an alternative to use DependentObjects instead of JSON values encoded in String properties, but that seems a slower solution for ingestion and may also have some performance challenge when searching because it needs to join with 2 additional tables (and one is ListOfObjects where huge number of records may be stored and using multivalue properties may impose a bottleneck)

The evaluation of the alternatives by DTO is not completed yet. DTO already created and is using the model where complex properties are stored as JSON in String properties.

This idea is interesting to not only apply this on complex properties, but also on additional properties defined by business. If each subclass will have these additional properties defined by business in own dependent object (DB table) than it won't affect docVersion index and we can create index for all properties.

Idea priority High