Manually re-creating or updating the Workflow Center index
You can manually re-create or update the Workflow Center index when the server
is running.
Re-creating the index with a Rest API
You can re-create the index by using a Rest
API:
POST /rest/bpm/wle/v1/internal/processcenter/indexThe API uses basic
authentication and the user must have administrative rights.Note: If the index is corrupted, then the files need to be deleted before you run the API. The files
can be found at the following locations:
- On containers: /opt/ibm/wlp/output/defaultServer/searchIndex/artifact/defaultServer
- On traditional: <Node_profile>/searchIndex/artifact for each custom profile
The usage example
is
curl -k -i --user user:password --request POST https://hostname:port/uri-prefix/rest/bpm/wle/v1/internal/processcenter/indexwhere
https://hostname:port/uri-prefix/ is the URL and path to applications on your
authoring environment.