Updating Workflow to add Workstream Services

If you deployed Business Automation Workflow only, you can choose to add IBM Automation Workstream Services. Workstream Services provides a no-code solution that enables non-technical users to put together, publish, and run their own workstreams to streamline inefficient processes and fast-track activities in their everyday work. After adding workstreams capability, you can create and publish custom workstreams, configure your own workstreams using predefined activities, or use the out-of-the-box preconfigured workstreams in Workplace.

Procedure

  1. Run the following command to edit the applied custom resource (CR).
    oc edit ICP4ACluster <MY-INSTANCE>
    Change the value of spec.baw_configuration.capabilities from workflow to workflow,workstreams.
  2. When you are finished the update, wait for a few minutes to ensure that the operator reconciliation loop completed.

    Monitor the status of your pods by using the OpenShift CLI.

    oc get pods -w
  3. When all the pods are "Running", you can access the status of your services with the status command using the OpenShift CLI.
    oc status
  4. To verify your update, see Verifying Workstream Services.