Rebuilding and stopping a case instances index

Follow those instructions to rebuild an index, or to stop the indexing of case instances.

Rebuilding a case index

To rebuild a case instances index, perform a POST request to the following URL:
https://<BAW_hostname>:<BAW_port>/<Business_Automation_Workflow_External_base_URL>/CaseManager/CASEREST/v1/<TOS_name>/index
Where:
  • <BAW_hostname> is the hostname where the Business Automation Workflow REST API is exposed.
  • <BAW_port> is the port on which the Business Automation Workflow REST API is exposed.
  • <TOS_name> is the symbolic name of the target object store.
For example:
curl -X POST -u admin https://mybaw.com:9443/CaseManager/CASEREST/v1/ABCD1234-EF56-AB12-34CD-ABCD1234EF5

Stopping the indexing of case instances

To stop case indexing, you must remove or clear the environment variable which was created in your system for the case indexing and restart the environment:
ELASTICSEARCH_ENDPOINT=https://my.elasticsearchOrOpensearch.host:port