Completing the IBM Business Automation Workflow Authoring upgrade

After the operator upgrades your deployment of IBM Business Automation Workflow Authoring, you might need to perform some additional steps to complete the upgrade process.

Procedure

  1. If you chose to enable full text search features and use the embedded Elasticsearch, Elasticsearch is replaced with OpenSearch. Only saved searches are migrated. After the upgrade, business process definition indexers will automatically rebuild in the new OpenSearch cluster. However, you need to reindex the case federated systems data. For more details on case indexing REST API, see Indexing case instances.
  2. To validate the upgrade:
    1. You can see which images were recently pulled by running a command similar to the following command, where ${NAMESPACE} is your Cloud Pak for Business Automation namespace:
      for i in $(oc get pod -n ${NAMESPACE} --no-headers|awk '{print $1}') 
      do 
        oc describe pod $i| awk '/Pulled/{print "'$i'",$0}'
      done
    2. To check the status of the pods, run the following command:
      oc get pods -n ${NAMESPACE}
    3. To get the URL of the web applications and the user credentials to log in, access the Config Maps from the OpenShift® web console.
      • Log in to your cluster web console.
      • Select your namespace.
      • In the left panel, select Workloads > Config Maps.
      • Find cp4ba-access-info. You can get IBM Cloud Pak® dashboard information from bastudio-access-info.
      • Access Workplace, Process Admin Console, Process Portal, and Case Manager Client by using the URLs in bastudio-access-info.